- Initialize members

svn path=/trunk/; revision=36288
This commit is contained in:
Johannes Anderwald 2008-09-17 16:19:35 +00:00
parent fa64fcba76
commit c4f9fedf2d

View file

@ -689,6 +689,8 @@ HRESULT WINAPI INetConnectionManager_Constructor (IUnknown * pUnkOuter, REFIID r
sf->ref = 1;
sf->lpVtbl = &vt_NetConnectionManager;
sf->lpVtblNetConnection = &vt_EnumNetConnection;
sf->pHead = NULL;
sf->pCurrent = NULL;
if (!SUCCEEDED (INetConnectionManager_QueryInterface ((INetConnectionManager*)sf, riid, ppv)))