ftpserver.pl: Fixed compilation error
authorSteve Holme <steve_holme@hotmail.com>
Fri, 27 Dec 2013 20:12:20 +0000 (20:12 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Fri, 27 Dec 2013 20:14:06 +0000 (20:14 +0000)
Unmatched right curly bracket at line 758, at end of line

tests/ftpserver.pl

index 1edb8e8..cb0c7a8 100755 (executable)
@@ -752,7 +752,6 @@ sub EHLO_smtp {
 
     # Store the client (as it may contain the test number)
     $smtp_client = $client;
-}
 
     return 0;
 }