mirror of
https://github.com/curl/curl.git
synced 2025-04-12 16:20:35 +08:00
ftpserver.pl: Fixed SMTP QUIT handler from dadc495540946e
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…
x
Reference in New Issue
Block a user