[LSASRV]
authorAmine Khaldi <amine.khaldi@reactos.org>
Mon, 29 Sep 2014 13:07:46 +0000 (13:07 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Mon, 29 Sep 2014 13:07:46 +0000 (13:07 +0000)
* "Fix" MSVC build. Eric, please review (MemSize is uninitialized here).

svn path=/trunk/; revision=64389

reactos/dll/win32/lsasrv/session.c

index 55f56d2..8f96742 100644 (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,