ftpserver.pl: Corrected response code for successful SMTP QUIT command
This commit is contained in:
parent
894585784c
commit
c03335ec68
@ -837,7 +837,7 @@ sub HELO_smtp {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sub QUIT_smtp {
|
sub QUIT_smtp {
|
||||||
sendcontrol "200 byebye\r\n";
|
sendcontrol "221 byebye\r\n";
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user