[LSASRV]: Revert part of r73233: GetModuleHandle(NULL) retrieves the exe module in...
[reactos.git] / reactos / dll / win32 / lsasrv / lookup.c
index e136839..19d3c56 100644 (file)
@@ -186,7 +186,7 @@ LsapInitSids(VOID)
 
     InitializeListHead(&WellKnownSidListHead);
 
-    hInstance = GetModuleHandleW(NULL);
+    hInstance = GetModuleHandleW(L"lsasrv.dll");
 
     /* NT Authority */