diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-12-27 20:12:20 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-12-27 20:14:06 +0000 |
commit | 95b5036a594dabde0d96f137e4677440ab5d52fa (patch) | |
tree | 0a0a05db761276cf9e43f418a8340311c1e0bc8b /tests/ftpserver.pl | |
parent | 263616202ba6ff3e4651ed9ae532399b496c952a (diff) | |
download | curl-95b5036a594dabde0d96f137e4677440ab5d52fa.tar.gz |
ftpserver.pl: Fixed compilation error
Unmatched right curly bracket at line 758, at end of line
Diffstat (limited to 'tests/ftpserver.pl')
-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; } |