* "Fix" MSVC build. Eric, please review (MemSize is uninitialized here).

svn path=/trunk/; revision=64389
This commit is contained in:
Amine Khaldi
2014-09-29 13:07:46 +00:00
parent d829ade982
commit 0e75fca2d4
+1 -1
View File
@@ -314,7 +314,7 @@ LsapGetLogonSessionData(IN OUT PLSA_API_MSG RequestMsg)
goto done;
}
TRACE("MemSize: %lu\n", MemSize);
//TRACE("MemSize: %lu\n", MemSize);
MemSize = Length;
Status = NtAllocateVirtualMemory(ProcessHandle,