diff options
-rwxr-xr-x | tests/ftpserver.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ftpserver.pl b/tests/ftpserver.pl index 5c5d19a53..7e61c2049 100755 --- a/tests/ftpserver.pl +++ b/tests/ftpserver.pl @@ -3060,7 +3060,7 @@ while(1) { } elsif($proto eq "pop3") { # 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"; last; } |