Hartmut Birr schrieb:
Hi,
it is more wrong with the pipes. Compiling ros on ros doesn't work.
- Hartmut
Does this patch fix the bug?
Index: fsctrl.c
===================================================================
--- fsctrl.c (revision 12698)
+++ fsctrl.c (working copy)
@@ -59,8 +59,6 @@
break;
}
-
-#if 0
if (ClientFcb->PipeState == FILE_PIPE_LISTENING_STATE)
{
/* found a listening client fcb */
@@ -84,7 +82,6 @@
return STATUS_PIPE_CONNECTED;
}
-#endif
current_entry = current_entry->Flink;
}