commit 24df40eca7094eecb90eb7b988107e8c603e39a4 from: Alexander Barton date: Thu Mar 27 01:22:44 2003 UTC Synchronize server connections with server configurations after reloading the configuration. commit - 02a22611be07e39b8267a27ae0f391aa1f81ede9 commit + 24df40eca7094eecb90eb7b988107e8c603e39a4 blob - 1166c7b74881ade1349e508fc1cb578b04c534d8 blob + 45cdfac3b2a41239a32c0ab989aac8f1ec5c32a6 --- src/ngircd/ngircd.c +++ 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 */