ftpserver.pl: Fixed compilation error from commit 49341628b5

This commit is contained in:
Steve Holme 2013-09-29 13:13:13 +01:00
parent 49341628b5
commit 20a99a45c0

View File

@ -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 {