Commit Diff


commit - fd6a7f67ce2b2d182134dd22a0230f6eeb574b45
commit + b072b7712c14fde70b372ef3db9f9c4db8af1731
blob - bd8b5eeb8d674636807e7d958cea9c1fcb364ad4
blob + bc19a754ccf7018fd12e3941e888c903c2c768e2
--- src/ngircd/conf.c
+++ 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.29.2.1 2002/09/19 10:17:50 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!" );