- Fixed a wrong parameter in a call to LdrpLoadUserModuleSymbols.
authorHartmut Birr <osexpert@googlemail.com>
Sun, 11 Jan 2004 00:25:17 +0000 (00:25 +0000)
committerHartmut Birr <osexpert@googlemail.com>
Sun, 11 Jan 2004 00:25:17 +0000 (00:25 +0000)
svn path=/trunk/; revision=7561

reactos/lib/ntdll/ldr/utils.c

index edad90e..d0dd54c 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: utils.c,v 1.77 2004/01/07 10:09:03 hbirr Exp $
+/* $Id: utils.c,v 1.78 2004/01/11 00:25:17 hbirr Exp $
  * 
  * COPYRIGHT:       See COPYING in the top level directory
  * PROJECT:         ReactOS kernel
@@ -2108,7 +2108,7 @@ LdrpLoadModule(IN PWSTR SearchPath OPTIONAL,
            return Status;
          }
 #ifdef KDBG
-        LdrpLoadUserModuleSymbols(Module);
+        LdrpLoadUserModuleSymbols(*Module);
 #endif
         RtlEnterCriticalSection(NtCurrentPeb()->LoaderLock);
         InsertTailList(&NtCurrentPeb()->Ldr->InInitializationOrderModuleList,