Merge branch 'master' of ssh://git.haiku-os.org/haiku

This commit is contained in:
Adrien Destugues - PulkoMandy 2012-07-17 18:17:08 +02:00
commit c9f321ebc7

View File

@ -112,6 +112,9 @@ POP3Protocol::Connect()
status_t
POP3Protocol::Disconnect()
{
if (fServerConnection == NULL)
return B_OK;
SendCommand("QUIT" CRLF);
fServerConnection->Disconnect();