mirror of
https://github.com/reactos/reactos.git
synced 2024-12-30 19:14:31 +00:00
[LSASRV]: Revert part of r73233: GetModuleHandle(NULL) retrieves the exe module in which the dll is loaded, not the dll instance itself. (an alternative might be to use the hinstance from DllMain...). Thanks Thomas for having pointed this to me.
svn path=/trunk/; revision=73234
This commit is contained in:
parent
a0cb636ee3
commit
42d50ca091
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ LsapInitSids(VOID)
|
|||
|
||||
InitializeListHead(&WellKnownSidListHead);
|
||||
|
||||
hInstance = GetModuleHandleW(NULL);
|
||||
hInstance = GetModuleHandleW(L"lsasrv.dll");
|
||||
|
||||
/* NT Authority */
|
||||
|
||||
|
|
Loading…
Reference in a new issue