aboutsummaryrefslogtreecommitdiff
path: root/tests/ftpserver.pl
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-12-27 20:12:20 +0000
committerSteve Holme <steve_holme@hotmail.com>2013-12-27 20:14:06 +0000
commit95b5036a594dabde0d96f137e4677440ab5d52fa (patch)
tree0a0a05db761276cf9e43f418a8340311c1e0bc8b /tests/ftpserver.pl
parent263616202ba6ff3e4651ed9ae532399b496c952a (diff)
ftpserver.pl: Fixed compilation error
Unmatched right curly bracket at line 758, at end of line
Diffstat (limited to 'tests/ftpserver.pl')
-rwxr-xr-xtests/ftpserver.pl1
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;
}