NtQueryInformationFile: Return X_STATUS_UNSUCCESSFUL on default cause
This commit is contained in:
@@ -551,6 +551,7 @@ dword_result_t NtQueryInformationFile(dword_t file_handle,
|
|||||||
// Unsupported, for now.
|
// Unsupported, for now.
|
||||||
assert_always();
|
assert_always();
|
||||||
info = 0;
|
info = 0;
|
||||||
|
result = X_STATUS_UNSUCCESSFUL;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user