Merge branch 'master' of ssh://git.haiku-os.org/haiku
This commit is contained in:
commit
c9f321ebc7
@ -112,6 +112,9 @@ POP3Protocol::Connect()
|
||||
status_t
|
||||
POP3Protocol::Disconnect()
|
||||
{
|
||||
if (fServerConnection == NULL)
|
||||
return B_OK;
|
||||
|
||||
SendCommand("QUIT" CRLF);
|
||||
|
||||
fServerConnection->Disconnect();
|
||||
|
Loading…
Reference in New Issue
Block a user