]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/m_challenge.c
Enforce TS rules on MLOCKs.
[irc/rqf/shadowircd.git] / modules / m_challenge.c
index 9a00607a4b0789020a05e58cc2e36023b84f9a07..73f8e909aec33aa27776e43d284be9ee7b7fedfa 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_challenge.c 3161 2007-01-25 07:23:01Z nenolod $
  */
 
 #include "stdinc.h"
@@ -243,7 +242,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)