mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[NTDLL/LDR]
- Comment out the actctx redirection check because it's placed wrongly. This should fix cases when a DLL is being loaded twice or more times for the same process. Spotted by Rafal Harabien. svn path=/trunk/; revision=52577
This commit is contained in:
@@ -1519,11 +1519,11 @@ lookinhash:
|
||||
*LdrEntry = CurEntry;
|
||||
|
||||
/* Find activation context */
|
||||
Status = RtlFindActivationContextSectionString(0, NULL, ACTIVATION_CONTEXT_SECTION_DLL_REDIRECTION, DllName, NULL);
|
||||
if (!NT_SUCCESS(Status))
|
||||
return FALSE;
|
||||
else
|
||||
return TRUE;
|
||||
//Status = RtlFindActivationContextSectionString(0, NULL, ACTIVATION_CONTEXT_SECTION_DLL_REDIRECTION, DllName, NULL);
|
||||
//if (!NT_SUCCESS(Status))
|
||||
// return FALSE;
|
||||
//else
|
||||
return TRUE;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user