commit 4aa0fa7119904709b13892bf06c5453e7c82646e from: Alexander Barton date: Fri Jul 18 20:50:05 2003 UTC Fixed compiler warning. [from HEAD] commit - ad22b3087f0675563e742c9d3d061e9045e357ea commit + 4aa0fa7119904709b13892bf06c5453e7c82646e blob - 046ff959857295634ad163df308f3b7449ba74f6 blob + 0ebb3b97eb5c346be8a3e8dbda5002f03425b090 --- src/ngircd/ngircd.c +++ src/ngircd/ngircd.c @@ -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 @@ -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 ... */