[14/14] inetcomm: Implement IPOP3Transport::Disconnect.

Hans Leidekker hans at codeweavers.com
Fri Oct 31 07:52:51 CDT 2008


diff --git a/dlls/inetcomm/pop3transport.c b/dlls/inetcomm/pop3transport.c
index 36c7190..1cc8aa9 100644
--- a/dlls/inetcomm/pop3transport.c
+++ b/dlls/inetcomm/pop3transport.c
@@ -359,8 +359,8 @@ static HRESULT WINAPI POP3Transport_HandsOffCallback(IPOP3Transport *iface)
 
 static HRESULT WINAPI POP3Transport_Disconnect(IPOP3Transport *iface)
 {
-    FIXME("()\n");
-    return E_NOTIMPL;
+    TRACE("()\n");
+    return IPOP3Transport_CommandQUIT(iface);
 }
 
 static HRESULT WINAPI POP3Transport_DropConnection(IPOP3Transport *iface)



More information about the wine-patches mailing list