mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
[SECURE32]
- Avoid uninitialized variable use aka fix MSVC build svn path=/trunk/; revision=64269
This commit is contained in:
@@ -71,7 +71,7 @@ LsapOpenLsaPort(VOID)
|
||||
SecurityQos.EffectiveOnly = TRUE;
|
||||
|
||||
RtlZeroMemory(&ConnectInfo,
|
||||
ConnectInfoLength);
|
||||
sizeof(ConnectInfo));
|
||||
|
||||
ConnectInfo.CreateContext = FALSE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user