]> arthur.barton.de Git - ngircd-alex.git/commitdiff
- anstelle von "ListenPorts" wird nun korrekt "Ports" ausgegeben.
authorAlexander Barton <alex@barton.de>
Mon, 18 Nov 2002 18:47:42 +0000 (18:47 +0000)
committerAlexander Barton <alex@barton.de>
Mon, 18 Nov 2002 18:47:42 +0000 (18:47 +0000)
src/ngircd/conf.c

index d87db500355933ccb7e3b8749a0be442c4b80cc1..597ac065881d605d42fb559759120f9434eedfbf 100644 (file)
@@ -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.
  *
  * 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.36 2002/11/08 23:09:26 alex Exp $
+ * $Id: conf.c,v 1.37 2002/11/18 18:47:42 alex Exp $
  *
  * conf.h: Konfiguration des ngircd
  */
  *
  * conf.h: Konfiguration des ngircd
  */
@@ -96,7 +96,7 @@ Conf_Test( VOID )
        printf( "  AdminInfo2 = %s\n", Conf_ServerAdmin2 );
        printf( "  AdminEMail = %s\n", Conf_ServerAdminMail );
        printf( "  MotdFile = %s\n", Conf_MotdFile );
        printf( "  AdminInfo2 = %s\n", Conf_ServerAdmin2 );
        printf( "  AdminEMail = %s\n", Conf_ServerAdminMail );
        printf( "  MotdFile = %s\n", Conf_MotdFile );
-       printf( "  ListenPorts = " );
+       printf( "  Ports = " );
        for( i = 0; i < Conf_ListenPorts_Count; i++ )
        {
                if( i != 0 ) printf( ", " );
        for( i = 0; i < Conf_ListenPorts_Count; i++ )
        {
                if( i != 0 ) printf( ", " );