]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Fixed compiler warning. [from HEAD]
authorAlexander Barton <alex@barton.de>
Fri, 18 Jul 2003 20:50:05 +0000 (20:50 +0000)
committerAlexander Barton <alex@barton.de>
Fri, 18 Jul 2003 20:50:05 +0000 (20:50 +0000)
src/ngircd/ngircd.c

index 046ff959857295634ad163df308f3b7449ba74f6..0ebb3b97eb5c346be8a3e8dbda5002f03425b090 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "portab.h"
 
-static char UNUSED id[] = "$Id: ngircd.c,v 1.76 2003/03/31 15:54:21 alex Exp $";
+static char UNUSED id[] = "$Id: ngircd.c,v 1.76.2.1 2003/07/18 20:50:05 alex Exp $";
 
 #include "imp.h"
 #include <assert.h>
@@ -417,7 +417,9 @@ NGIRCd_Rehash( VOID )
        Conn_ExitListeners( );
 
        /* Alten Server-Namen merken */
+#ifdef DEBUG
        assert( sizeof( old_name ) == sizeof( Conf_ServerName ));
+#endif
        strcpy( old_name, Conf_ServerName );
 
        /* Konfiguration neu lesen ... */