mirror of
https://github.com/curl/curl.git
synced 2026-06-05 05:54:15 +03:00
ftpserver.pl: Fixed SMTP QUIT handler from dadc495540
This commit is contained in:
parent
dadc495540
commit
00ee5c5cf1
1 changed files with 1 additions and 1 deletions
|
|
@ -795,7 +795,7 @@ sub EHLO_smtp {
|
|||
}
|
||||
|
||||
sub QUIT_smtp {
|
||||
sendcontrol "200 byebye";
|
||||
sendcontrol "200 byebye\r\n";
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue