mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 16:18:48 -05:00
ftpserver.pl: Fixed syntax error from commit 5b31b38c27
This commit is contained in:
parent
41d820d2c3
commit
dead10b1b8
@ -3060,7 +3060,7 @@ while(1) {
|
|||||||
}
|
}
|
||||||
elsif($proto eq "pop3") {
|
elsif($proto eq "pop3") {
|
||||||
# POP3 long "commands" are base64 authentication data
|
# POP3 long "commands" are base64 authentication data
|
||||||
unless($full =~ /^[A-Z0-9+\/]+={0,2}$/i)) {
|
unless($full =~ /^[A-Z0-9+\/]+={0,2}$/i) {
|
||||||
sendcontrol "-ERR '$full': command not understood.\r\n";
|
sendcontrol "-ERR '$full': command not understood.\r\n";
|
||||||
last;
|
last;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user