From 95b5036a594dabde0d96f137e4677440ab5d52fa Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Fri, 27 Dec 2013 20:12:20 +0000 Subject: [PATCH] ftpserver.pl: Fixed compilation error Unmatched right curly bracket at line 758, at end of line --- tests/ftpserver.pl | 1 - 1 file changed, 1 deletion(-) 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; }