ftpserver.pl: Fixed SMTP QUIT handler from dadc495540
This commit is contained in:
parent
dadc495540
commit
00ee5c5cf1
@ -795,7 +795,7 @@ sub EHLO_smtp {
|
||||
}
|
||||
|
||||
sub QUIT_smtp {
|
||||
sendcontrol "200 byebye";
|
||||
sendcontrol "200 byebye\r\n";
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user