ntdll: Call the correct server request.
This commit is contained in:
parent
43d5d86716
commit
97fd3f3b52
|
@ -1291,7 +1291,7 @@ NTSTATUS WINAPI NtOpenKeyedEvent( HANDLE *handle, ACCESS_MASK access, const OBJE
|
|||
|
||||
if (len >= MAX_PATH * sizeof(WCHAR)) return STATUS_NAME_TOO_LONG;
|
||||
|
||||
SERVER_START_REQ( open_event )
|
||||
SERVER_START_REQ( open_keyed_event )
|
||||
{
|
||||
req->access = access;
|
||||
req->attributes = attr ? attr->Attributes : 0;
|
||||
|
|
Loading…
Reference in New Issue