mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[LDR]
- "Just to be sure" is no reason to overwrite a potential DLL load failure status svn path=/trunk/; revision=52522
This commit is contained in:
@@ -346,9 +346,6 @@ LdrLoadDll(IN PWSTR SearchPath OPTIONAL,
|
||||
BaseAddress,
|
||||
TRUE);
|
||||
|
||||
/* Set it to success just to be sure */
|
||||
Status = STATUS_SUCCESS;
|
||||
|
||||
/* Restore the old TLD DLL */
|
||||
LdrpTopLevelDllBeingLoaded = OldTldDll;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user