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