mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 14:30:57 +00:00
- Initialize members
svn path=/trunk/; revision=36288
This commit is contained in:
parent
fa64fcba76
commit
c4f9fedf2d
1 changed files with 2 additions and 0 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue