]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Synchronize server connections with server configurations after reloading the configu...
authorAlexander Barton <alex@barton.de>
Thu, 27 Mar 2003 01:22:44 +0000 (01:22 +0000)
committerAlexander Barton <alex@barton.de>
Thu, 27 Mar 2003 01:22:44 +0000 (01:22 +0000)
src/ngircd/ngircd.c

index 1166c7b74881ade1349e508fc1cb578b04c534d8..45cdfac3b2a41239a32c0ab989aac8f1ec5c32a6 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "portab.h"
 
-static char UNUSED id[] = "$Id: ngircd.c,v 1.74 2003/03/07 14:50:13 alex Exp $";
+static char UNUSED id[] = "$Id: ngircd.c,v 1.75 2003/03/27 01:22:44 alex Exp $";
 
 #include "imp.h"
 #include <assert.h>
@@ -437,6 +437,9 @@ NGIRCd_Rehash( VOID )
        /* Listen-Sockets neu anlegen: */
        Conn_InitListeners( );
 
+       /* Sync configuration with established connections */
+       Conn_SyncServerStruct( );
+
        Log( LOG_NOTICE|LOG_snotice, "Re-reading of configuration done." );
 } /* NGIRCd_Rehash */