Commit b94fe594 authored by Robin Ebert's avatar Robin Ebert Committed by Alexandre Julliard

ntdll: Fix a file descriptor leak.

parent b5f3b8d0
......@@ -1255,7 +1255,7 @@ NTSTATUS sock_ioctl( HANDLE handle, HANDLE event, PIO_APC_ROUTINE apc, void *apc
if (in_size < sizeof(*params))
{
return STATUS_BUFFER_TOO_SMALL;
status = STATUS_BUFFER_TOO_SMALL;
break;
}
......
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