
 conf.c |    3 +++
 1 file changed, 3 insertions(+)

Index: src/ngircd/conf.c
===================================================================
RCS file: /srv/cvs/ngircd/ngircd/src/ngircd/conf.c,v
retrieving revision 1.92
diff -u -p -r1.92 conf.c
--- src/ngircd/conf.c	23 Jul 2006 16:42:45 -0000	1.92
+++ src/ngircd/conf.c	3 Oct 2006 10:52:24 -0000
@@ -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 */
 
 
