ntdll: Call the correct server request.

This commit is contained in:
Huw Davies 2013-08-22 09:27:46 +01:00 committed by Alexandre Julliard
parent 43d5d86716
commit 97fd3f3b52
1 changed files with 1 additions and 1 deletions

View File

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