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

Addendum to f6cd52a (r70646).
This commit is contained in:
Serge Gautherie
2021-07-06 08:26:26 +02:00
committed by Timo Kreuzer
parent 4359f48838
commit 513f3d179c
+1 -1
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);
}
}