mirror of
https://github.com/curl/curl.git
synced 2026-04-28 09:02:17 +03:00
ftpserver.pl: Corrected response code for successful SMTP QUIT command
This commit is contained in:
parent
894585784c
commit
c03335ec68
1 changed files with 1 additions and 1 deletions
|
|
@ -837,7 +837,7 @@ sub HELO_smtp {
|
|||
}
|
||||
|
||||
sub QUIT_smtp {
|
||||
sendcontrol "200 byebye\r\n";
|
||||
sendcontrol "221 byebye\r\n";
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue