about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2002-09-19 10:19:12 +0000
committerAlexander Barton <alex@barton.de>2002-09-19 10:19:12 +0000
commit33bda862da29b58ee1e07b8068b01b22446b3c4b (patch)
treef6033c070257269c50773f47303e996f48396baa /src
parentef2b5eea53d4900799b2c24c90697272e645e019 (diff)
downloadngircd-33bda862da29b58ee1e07b8068b01b22446b3c4b.tar.gz
ngircd-33bda862da29b58ee1e07b8068b01b22446b3c4b.zip
- Fehler bei Validierung von "AdminInfo2" behoben.
Diffstat (limited to 'src')
-rw-r--r--src/ngircd/conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ngircd/conf.c b/src/ngircd/conf.c
index bd8b5eeb..96822f71 100644
--- a/src/ngircd/conf.c
+++ b/src/ngircd/conf.c
@@ -9,7 +9,7 @@
  * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
  * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
  *
- * $Id: conf.c,v 1.29 2002/09/16 09:13:06 alex Exp $
+ * $Id: conf.c,v 1.30 2002/09/19 10:19:12 alex Exp $
  *
  * conf.h: Konfiguration des ngircd
  */
@@ -548,7 +548,7 @@ Validate_Config( VOID )
 	}
 #endif
 
-	if( ! Conf_ServerAdmin1[0] && ! Conf_ServerAdmin1[0] && ! Conf_ServerAdminMail[0] )
+	if( ! Conf_ServerAdmin1[0] && ! Conf_ServerAdmin2[0] && ! Conf_ServerAdminMail[0] )
 	{
 		/* Keine Server-Information konfiguriert */
 		Log( LOG_WARNING, "No server information configured but required by RFC!" );