]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/conf.c
Fixed wrong variable names in output of "ngircd --configtest".
[ngircd-alex.git] / src / ngircd / conf.c
index 1ea1fe741ef3397c35a6d151c1bac575c4c1eec7..c134cbe62d0bee9026b737308261bc91e9292e8a 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "portab.h"
 
-static char UNUSED id[] = "$Id: conf.c,v 1.64 2004/05/07 11:19:21 alex Exp $";
+static char UNUSED id[] = "$Id: conf.c,v 1.65 2004/09/24 18:00:40 alex Exp $";
 
 #include "imp.h"
 #include <assert.h>
@@ -107,8 +107,8 @@ Conf_Test( VOID )
        else puts( "Ok, dump of your server configuration follows:\n" );
 
        puts( "[GLOBAL]" );
-       printf( "  ServerName = %s\n", Conf_ServerName );
-       printf( "  ServerInfo = %s\n", Conf_ServerInfo );
+       printf( "  Name = %s\n", Conf_ServerName );
+       printf( "  Info = %s\n", Conf_ServerInfo );
        printf( "  Password = %s\n", Conf_ServerPwd );
        printf( "  AdminInfo1 = %s\n", Conf_ServerAdmin1 );
        printf( "  AdminInfo2 = %s\n", Conf_ServerAdmin2 );