Commit 95b5036a authored by Steve Holme's avatar Steve Holme
Browse files

ftpserver.pl: Fixed compilation error

Unmatched right curly bracket at line 758, at end of line
parent 26361620
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -752,7 +752,6 @@ sub EHLO_smtp {

    # Store the client (as it may contain the test number)
    $smtp_client = $client;
}

    return 0;
}