[NTDLL] LdrpWalkImportDescriptor(): Fix 'Status' copypasta

Addendum to f6cd52a (r70646).
This commit is contained in:
Serge Gautherie 2020-06-14 13:49:22 +02:00 committed by Timo Kreuzer
parent 4359f48838
commit 513f3d179c

View file

@ -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);
}
}