Commit 20a99a45 authored by Steve Holme's avatar Steve Holme
Browse files

ftpserver.pl: Fixed compilation error from commit 49341628

parent 49341628
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -882,7 +882,7 @@ sub DATA_smtp {
    if ($args) {
        sendcontrol "501 Unrecognized parameter\r\n";
    }
    elsif ($smtp_client !~ /^(\d*)$/)
    elsif ($smtp_client !~ /^(\d*)$/) {
        sendcontrol "501 Invalid arguments\r\n";
    }
    else {