]> granicus.if.org Git - curl/commitdiff
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 1edb8e8cf7cbc8df57b1eab24a20c0c4989d8a85..cb0c7a859537c6b27922acf13b1cebf5f2d9f2da 100755 (executable)
@@ -752,7 +752,6 @@ sub EHLO_smtp {
 
     # Store the client (as it may contain the test number)
     $smtp_client = $client;
-}
 
     return 0;
 }