ftpserver.pl: Fixed SMTP QUIT handler from dadc495540946e

This commit is contained in:
Steve Holme 2013-09-15 12:47:36 +01:00
parent dadc495540
commit 00ee5c5cf1

View File

@ -795,7 +795,7 @@ sub EHLO_smtp {
}
sub QUIT_smtp {
sendcontrol "200 byebye";
sendcontrol "200 byebye\r\n";
return 0;
}