X-Git-Url: https://jfr.im/git/irc/quakenet/snircd.git/blobdiff_plain/189935b1376a47e65bed629c0ec9552e7c791e61..052b069e1613393c208fa736c856d62601dc6f99:/ircd/s_conf.c diff --git a/ircd/s_conf.c b/ircd/s_conf.c index dabff01..75c931c 100644 --- a/ircd/s_conf.c +++ b/ircd/s_conf.c @@ -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; }