mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
- Initialize members
svn path=/trunk/; revision=36288
This commit is contained in:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user