mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 13:10:28 +00:00
ntdll: Return a proper Information field also when opening a server file object.
This commit is contained in:
parent
432de8a9b2
commit
44dbb07441
@ -179,6 +179,7 @@ NTSTATUS WINAPI NtCreateFile( PHANDLE handle, ACCESS_MASK access, POBJECT_ATTRIB
|
||||
*handle = reply->handle;
|
||||
}
|
||||
SERVER_END_REQ;
|
||||
if (io->u.Status == STATUS_SUCCESS) io->Information = FILE_OPENED;
|
||||
return io->u.Status;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user