Loading tests/ftpserver.pl +1 −1 Original line number Diff line number Diff line Loading @@ -1584,7 +1584,7 @@ sub TOP_pop3 { if (!grep /^TOP$/, @capabilities) { sendcontrol "-ERR Unrecognized command\r\n"; } elsif ((!$msg) || (!$lines)) { elsif (($msg eq "") || ($lines eq "")) { sendcontrol "-ERR Protocol error\r\n"; } else { Loading Loading
tests/ftpserver.pl +1 −1 Original line number Diff line number Diff line Loading @@ -1584,7 +1584,7 @@ sub TOP_pop3 { if (!grep /^TOP$/, @capabilities) { sendcontrol "-ERR Unrecognized command\r\n"; } elsif ((!$msg) || (!$lines)) { elsif (($msg eq "") || ($lines eq "")) { sendcontrol "-ERR Protocol error\r\n"; } else { Loading