ftpserver.pl: Fixed compilation error from commit 49341628b50007
This commit is contained in:
parent
49341628b5
commit
20a99a45c0
@ -882,7 +882,7 @@ sub DATA_smtp {
|
|||||||
if ($args) {
|
if ($args) {
|
||||||
sendcontrol "501 Unrecognized parameter\r\n";
|
sendcontrol "501 Unrecognized parameter\r\n";
|
||||||
}
|
}
|
||||||
elsif ($smtp_client !~ /^(\d*)$/)
|
elsif ($smtp_client !~ /^(\d*)$/) {
|
||||||
sendcontrol "501 Invalid arguments\r\n";
|
sendcontrol "501 Invalid arguments\r\n";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user