Commit b65d7683 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

inetcomm: Send a notification when disconnecting.

parent 1f87ec3a
......@@ -991,6 +991,8 @@ static HRESULT WINAPI POP3Transport_CommandQUIT(IPOP3Transport *iface)
TRACE("()\n");
InternetTransport_ChangeStatus(&This->InetTransport, IXP_DISCONNECTING);
init_parser(This, POP3_QUIT, POP3_NONE);
return InternetTransport_DoCommand(&This->InetTransport, command, POP3Transport_CallbackRecvQUITResp);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment