]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
challenge: Fix build.
authorJilles Tjoelker <redacted>
Thu, 18 Feb 2010 22:42:07 +0000 (23:42 +0100)
committerJilles Tjoelker <redacted>
Thu, 18 Feb 2010 22:42:07 +0000 (23:42 +0100)
modules/m_challenge.c

index 9a00607a4b0789020a05e58cc2e36023b84f9a07..5b56cfe4c2f42856b7529529b85ed953b01522c4 100644 (file)
@@ -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)