mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +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:
parent
4e60d722c9
commit
7056e2e757
1 changed files with 0 additions and 3 deletions
|
@ -346,9 +346,6 @@ LdrLoadDll(IN PWSTR SearchPath OPTIONAL,
|
||||||
BaseAddress,
|
BaseAddress,
|
||||||
TRUE);
|
TRUE);
|
||||||
|
|
||||||
/* Set it to success just to be sure */
|
|
||||||
Status = STATUS_SUCCESS;
|
|
||||||
|
|
||||||
/* Restore the old TLD DLL */
|
/* Restore the old TLD DLL */
|
||||||
LdrpTopLevelDllBeingLoaded = OldTldDll;
|
LdrpTopLevelDllBeingLoaded = OldTldDll;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue