X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Fproc.c;fp=src%2Fngircd%2Fproc.c;h=7addb47ef30c804e889b6a49d390e2505ae8e1b2;hb=30796698a9fca0037ea48f70ceafac1e783d06fb;hp=fd2df1d947c51a773a9447a04e159e4a15afd8a4;hpb=f173a974bee5181d8131519ed07b3b5261bf6366;p=ngircd.git diff --git a/src/ngircd/proc.c b/src/ngircd/proc.c index fd2df1d9..7addb47e 100644 --- a/src/ngircd/proc.c +++ b/src/ngircd/proc.c @@ -79,7 +79,6 @@ Proc_Fork(PROC_STAT *proc, int *pipefds, void (*cbfunc)(int, short), int timeout signal(SIGALRM, Proc_GenericSignalHandler); close(pipefds[0]); alarm(timeout); - Conn_CloseAllSockets(); return 0; }