mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[NTDLL] LdrpWalkImportDescriptor(): Fix 'Status' copypasta
Addendum to f6cd52a
(r70646).
This commit is contained in:
parent
4359f48838
commit
513f3d179c
1 changed files with 1 additions and 1 deletions
|
@ -703,7 +703,7 @@ LdrpWalkImportDescriptor(IN LPWSTR DllPath OPTIONAL,
|
|||
DPFLTR_WARNING_LEVEL,
|
||||
"LDR: LdrpWalkImportDescriptor() failed to probe %wZ for its "
|
||||
"manifest, ntstatus = 0x%08lx\n",
|
||||
&LdrEntry->FullDllName, Status);
|
||||
&LdrEntry->FullDllName, Status2);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue