mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[NTDLL] LdrpWalkImportDescriptor(): Fix 'Status' copypasta
Addendum to f6cd52a (r70646).
This commit is contained in:
committed by
Timo Kreuzer
parent
4359f48838
commit
513f3d179c
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user