mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[LSASRV]
* "Fix" MSVC build. Eric, please review (MemSize is uninitialized here). svn path=/trunk/; revision=64389
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user