ftpserver.pl: Corrected POP3 QUIT reply to be more realistic
This commit is contained in:
parent
04064e89c1
commit
8d2335ca23
@ -1841,7 +1841,7 @@ sub QUIT_pop3 {
|
|||||||
@deleted = ();
|
@deleted = ();
|
||||||
}
|
}
|
||||||
|
|
||||||
sendcontrol "+OK byebye\r\n";
|
sendcontrol "+OK cURL POP3 server signing off\r\n";
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user