diff options
-rwxr-xr-x | tests/ftpserver.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ftpserver.pl b/tests/ftpserver.pl index 1edb8e8cf..cb0c7a859 100755 --- a/tests/ftpserver.pl +++ b/tests/ftpserver.pl @@ -752,7 +752,6 @@ sub EHLO_smtp { # Store the client (as it may contain the test number) $smtp_client = $client; -} return 0; } |