]> jfr.im git - irc/quakenet/snircd.git/blobdiff - ircd/s_conf.c
import of 2.10.12.05
[irc/quakenet/snircd.git] / ircd / s_conf.c
index dabff0113d7c9d1e3f93a1e130976561f46179e8..75c931cbe534f11bd046e8fd15d9346c1bcf3f4d 100644 (file)
@@ -19,7 +19,7 @@
  */
 /** @file
  * @brief ircd configuration file driver
- * @version $Id: s_conf.c,v 1.81.2.1 2005/10/06 00:37:31 entrope Exp $
+ * @version $Id: s_conf.c,v 1.81.2.2 2005/12/31 01:40:00 entrope Exp $
  */
 #include "config.h"
 
@@ -482,7 +482,8 @@ struct ConfItem *conf_debug_iline(const char *client)
             (aconf->username ? aconf->username : "(null)"),
             (aconf->host ? aconf->host : "(null)"),
             (aconf->name ? aconf->name : "(null)"),
-            ConfClass(aconf), aconf->maximum,  aconf->passwd);
+            ConfClass(aconf), aconf->maximum,
+            (aconf->passwd ? aconf->passwd : "(null)"));
     break;
   }