mirror of
https://github.com/curl/curl.git
synced 2025-03-01 15:15:34 +08:00
ftpserver.pl: Fixed compilation error from commit 49341628b5
This commit is contained in:
parent
49341628b5
commit
20a99a45c0
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user