commit 1f652554dd0a406d9d782a021623c18822a56bb4 from: Alexander Barton date: Tue Oct 03 11:01:05 2006 UTC Update info text of local server after re-reading configuration. [from HEAD] commit - 032bf78ed4466619ad60b8a0e9dcb1f8718b3d15 commit + 1f652554dd0a406d9d782a021623c18822a56bb4 blob - 1314a5bb3290fe81091a079d9cc02e829f59dd61 blob + d9d6271cad43bf8bd9a7832941dedcb8e5c29656 --- ChangeLog +++ ChangeLog @@ -8,7 +8,11 @@ terms of the GNU General Public License. -- ChangeLog -- + + +ngIRCd 0.10.x + - Update info text of local server after re-reading configuration. ngIRCd 0.10.0 (2006-10-01) @@ -661,4 +665,4 @@ ngIRCd 0.0.1, 31.12.2001 -- -$Id: ChangeLog,v 1.302.2.4 2006/10/01 16:21:55 alex Exp $ +$Id: ChangeLog,v 1.302.2.5 2006/10/03 11:01:05 alex Exp $ blob - f6076a574bd1dcb4105e69a6c69eaf159196b9f6 blob + c025dc2a6a78dcf607baa70b03b4f4e34075a914 --- src/ngircd/conf.c +++ src/ngircd/conf.c @@ -14,7 +14,7 @@ #include "portab.h" -static char UNUSED id[] = "$Id: conf.c,v 1.92 2006/07/23 16:42:45 alex Exp $"; +static char UNUSED id[] = "$Id: conf.c,v 1.92.2.1 2006/10/03 11:01:06 alex Exp $"; #include "imp.h" #include @@ -146,6 +146,9 @@ Conf_Rehash( void ) Set_Defaults( false ); Read_Config( ); Validate_Config(false, true); + + /* Update CLIENT structure of local server */ + Client_SetInfo(Client_ThisServer(), Conf_ServerInfo); } /* Config_Rehash */