Filip Navara schrieb:
ekohl@cvs.reactos.com wrote:
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/drivers/fs/np/ Changes by: ekohl@mok.osexperts.com 04/12/30 04:34:27
Modified files: reactos/drivers/fs/np/: create.c fsctrl.c Log message: Use a new passive pipe state (0) to ensure that client ends don't connect to server ends in calls to WaitNamed Pipe().
This change breaks services.exe. Now it stops loading auto-start drivers because it ends up waiting in ConnectNamedPipe call.
I have heavily modified advapi32.dll and services.exe in my (CVS) source tree that fix this bug. The good thing is that a service and the SCM can now communicate with one-another via the pipe.
I'll commit the modifications as soon as possible.
Regards, Eric