From 8a64e49e4cfb8cbaf66f023626f31f7c10a47e29 Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Thu, 18 Feb 2010 23:42:07 +0100 Subject: [PATCH] challenge: Fix build. --- modules/m_challenge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/m_challenge.c b/modules/m_challenge.c index 9a00607..5b56cfe 100644 --- a/modules/m_challenge.c +++ b/modules/m_challenge.c @@ -243,7 +243,7 @@ m_challenge(struct Client *client_p, struct Client *source_p, int parc, const ch { sendto_one_numeric(source_p, ERR_NOOPERHOST, form_str(ERR_NOOPERHOST)); ilog(L_FOPER, "FAILED OPER (%s) by (%s!%s@%s) (%s) -- client certificate fingerprint mismatch", - name, source_p->name, + parv[1], source_p->name, source_p->username, source_p->host, source_p->sockhost); if(ConfigFileEntry.failed_oper_notice)