mirror of
https://github.com/osmarks/ngircd.git
synced 2024-12-15 11:20:26 +00:00
Fixed --configtest: There is no variable "ServerPwd", it's "Password".
This commit is contained in:
parent
0e7970cfe6
commit
bcd6db9016
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
#include "portab.h"
|
#include "portab.h"
|
||||||
|
|
||||||
static char UNUSED id[] = "$Id: conf.c,v 1.57 2003/04/21 11:06:07 alex Exp $";
|
static char UNUSED id[] = "$Id: conf.c,v 1.57.2.1 2003/04/27 11:48:53 alex Exp $";
|
||||||
|
|
||||||
#include "imp.h"
|
#include "imp.h"
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
@ -108,7 +108,7 @@ Conf_Test( VOID )
|
|||||||
puts( "[GLOBAL]" );
|
puts( "[GLOBAL]" );
|
||||||
printf( " ServerName = %s\n", Conf_ServerName );
|
printf( " ServerName = %s\n", Conf_ServerName );
|
||||||
printf( " ServerInfo = %s\n", Conf_ServerInfo );
|
printf( " ServerInfo = %s\n", Conf_ServerInfo );
|
||||||
printf( " ServerPwd = %s\n", Conf_ServerPwd );
|
printf( " Password = %s\n", Conf_ServerPwd );
|
||||||
printf( " AdminInfo1 = %s\n", Conf_ServerAdmin1 );
|
printf( " AdminInfo1 = %s\n", Conf_ServerAdmin1 );
|
||||||
printf( " AdminInfo2 = %s\n", Conf_ServerAdmin2 );
|
printf( " AdminInfo2 = %s\n", Conf_ServerAdmin2 );
|
||||||
printf( " AdminEMail = %s\n", Conf_ServerAdminMail );
|
printf( " AdminEMail = %s\n", Conf_ServerAdminMail );
|
||||||
|
Loading…
Reference in New Issue
Block a user