Rename UMODE_SSLCLIENT, IsSSLClient
This commit is contained in:
parent
d1239f613f
commit
35eccf4930
8 changed files with 13 additions and 15 deletions
|
@ -222,7 +222,7 @@ m_challenge(struct MsgBuf *msgbuf_p, struct Client *client_p, struct Client *sou
|
|||
return;
|
||||
}
|
||||
|
||||
if(IsOperConfNeedSSL(oper_p) && !IsSSLClient(source_p))
|
||||
if(IsOperConfNeedSSL(oper_p) && !IsSecureClient(source_p))
|
||||
{
|
||||
sendto_one_numeric(source_p, ERR_NOOPERHOST, form_str(ERR_NOOPERHOST));
|
||||
ilog(L_FOPER, "FAILED CHALLENGE (%s) by (%s!%s@%s) (%s) -- requires SSL/TLS",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue