NtQueryInformationFile: Return X_STATUS_UNSUCCESSFUL on default cause

This commit is contained in:
Dr. Chat 2015-06-05 18:58:39 -05:00
parent d9ff65c9a2
commit 5250f0ca3e
1 changed files with 1 additions and 0 deletions

View File

@ -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 {