challenge: Fix build.
This commit is contained in:
parent
ad5a342de8
commit
8a64e49e4c
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue