repo: ngircd action: commit revision: path_from: revision_from: 24df40eca7094eecb90eb7b988107e8c603e39a4: path_to: revision_to:
commit 24df40eca7094eecb90eb7b988107e8c603e39a4 Author: Alexander BartonDate: Thu Mar 27 01:22:44 2003 +0000 Synchronize server connections with server configurations after reloading the configuration. diff --git a/src/ngircd/ngircd.c b/src/ngircd/ngircd.c
--- a/src/ngircd/ngircd.c +++ b/src/ngircd/ngircd.c @@ -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@@ -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 */
-----END OF PAGE-----