From: Steve Holme Date: Fri, 27 Dec 2013 20:12:20 +0000 (+0000) Subject: ftpserver.pl: Fixed compilation error X-Git-Tag: curl-7_35_0~171 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=95b5036a594dabde0d96f137e4677440ab5d52fa;p=thirdparty%2Fcurl.git ftpserver.pl: Fixed compilation error Unmatched right curly bracket at line 758, at end of line --- diff --git a/tests/ftpserver.pl b/tests/ftpserver.pl index 1edb8e8cf7..cb0c7a8595 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; }