]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/conf.c
Update info text of local server after re-reading configuration.
[ngircd-alex.git] / src / ngircd / conf.c
index f6076a574bd1dcb4105e69a6c69eaf159196b9f6..34292a52caf35b1bc11f14aab10bdd94e3797510 100644 (file)
@@ -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.93 2006/10/03 10:59:41 alex Exp $";
 
 #include "imp.h"
 #include <assert.h>
@@ -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 */