]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/conn.c
Remove Proc_Kill(), use timeout to kill child processes
[ngircd-alex.git] / src / ngircd / conn.c
index d8df6274ab7ac376db618a44c6bd77e02d9d8ad4..58a3cbfd20d7159903776a3d6060258becbb4aae 100644 (file)
@@ -1091,10 +1091,6 @@ Conn_Close( CONN_ID Idx, const char *LogMsg, const char *FwdMsg, bool InformClie
                    in_k, out_k);
        }
 
-       /* Kill possibly running subprocess */
-       if (Proc_InProgress(&My_Connections[Idx].proc_stat))
-               Proc_Kill(&My_Connections[Idx].proc_stat);
-
        /* Servers: Modify time of next connect attempt? */
        Conf_UnsetServer( Idx );