mirror of
https://github.com/reactos/reactos.git
synced 2026-07-06 08:44:22 +08:00
- 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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user