- Revert r38638 for now, as there is still changes that need to be done to handle this correctly.

svn path=/trunk/; revision=38639
This commit is contained in:
Michael Martin 2009-01-08 07:59:35 +00:00
parent 373e0819fd
commit c060461efd

View file

@ -167,8 +167,11 @@ NpfsConnectPipe(PIRP Irp,
if (Flags & FO_SYNCHRONOUS_IO)
{
IoMarkIrpPending(Irp);
Status = STATUS_PENDING;
KeWaitForSingleObject(&Ccb->ConnectEvent,
UserRequest,
KernelMode,
FALSE,
NULL);
}
DPRINT("NpfsConnectPipe() done (Status %lx)\n", Status);