Don't close the pipe, we need it for the next client
Modified: trunk/reactos/services/dhcp/pipe.c
--- trunk/reactos/services/dhcp/pipe.c 2006-01-08 20:08:38 UTC (rev 20726) +++ trunk/reactos/services/dhcp/pipe.c 2006-01-08 20:12:11 UTC (rev 20727) @@ -54,7 +54,7 @@
break; } }
- CloseHandle( CommPipe );
+ DisconnectNamedPipe( CommPipe );
} return TRUE;