commit - 772de2596d691de225fce294fb37621400732aa2
commit + 991da8ea2ff4e4feb84aa502d0dd64aabff3ec0b
blob - ecc9d332a1a77675b5889497366e68c4c8b3d955
blob + 184746be2cef0a2831d99fa5ac5115bce1946017
--- src/ngircd/ngircd.c
+++ src/ngircd/ngircd.c
* Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
* der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
*
- * $Id: ngircd.c,v 1.44 2002/04/24 13:33:56 alex Exp $
+ * $Id: ngircd.c,v 1.45 2002/05/18 12:20:02 alex Exp $
*
* ngircd.c: Hier beginnt alles ;-)
*/
if( NGIRCd_Debug ) strcpy( NGIRCd_DebugLevel, "1" );
#endif
#ifdef SNIFFER
- if( NGIRCd_Sniffer ) strcpy( NGIRCd_DebugLevel, "2" );
+ if( NGIRCd_Sniffer )
+ {
+ NGIRCd_Debug = TRUE;
+ strcpy( NGIRCd_DebugLevel, "2" );
+ }
#endif
/* Soll nur die Konfigurations ueberprueft und ausgegeben werden? */