[SECURE32]

- Avoid uninitialized variable use aka fix MSVC build

svn path=/trunk/; revision=64269
This commit is contained in:
Thomas Faber
2014-09-25 14:53:32 +00:00
parent 7290f0eee6
commit 5a5f7ea43b
+1 -1
View File
@@ -71,7 +71,7 @@ LsapOpenLsaPort(VOID)
SecurityQos.EffectiveOnly = TRUE;
RtlZeroMemory(&ConnectInfo,
ConnectInfoLength);
sizeof(ConnectInfo));
ConnectInfo.CreateContext = FALSE;