ftpserver.pl: Fixed compilation error

Unmatched right curly bracket at line 758, at end of line
This commit is contained in:
Steve Holme 2013-12-27 20:12:20 +00:00
parent 263616202b
commit 95b5036a59

View File

@ -752,7 +752,6 @@ sub EHLO_smtp {
# Store the client (as it may contain the test number) # Store the client (as it may contain the test number)
$smtp_client = $client; $smtp_client = $client;
}
return 0; return 0;
} }