Commit 271a8f99 authored by Uwe Bonnes's avatar Uwe Bonnes Committed by Alexandre Julliard

Call fileio_terminate for FILE_AsyncWriteService.

parent 50dc5a30
......@@ -627,6 +627,8 @@ static void WINAPI FILE_AsyncWriteService(void *ovp, IO_STATUS_BLOCK *iosb, ULON
}
if (iosb->u.Status == STATUS_PENDING)
fileio_queue_async(fileio, iosb, FALSE);
else
fileio_terminate(fileio, iosb);
break;
default:
iosb->u.Status = status;
......
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