challenge: Fix build.

This commit is contained in:
Jilles Tjoelker 2010-02-18 23:42:07 +01:00
parent ad5a342de8
commit 8a64e49e4c
1 changed files with 1 additions and 1 deletions

View 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)