Commit 97fd3f3b authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

ntdll: Call the correct server request.

parent 43d5d867
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment