m_webirc: don't bail out when denying 'secure'
This commit is contained in:
parent
a6b97b7d88
commit
11ef0e2b98
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ mr_webirc(struct MsgBuf *msgbuf_p, struct Client *client_p, struct Client *sourc
|
|||
if (secure && !IsSSL(source_p))
|
||||
{
|
||||
sendto_one(source_p, "NOTICE * :CGI:IRC is not connected securely; marking you as insecure");
|
||||
return 0;
|
||||
secure = 0;
|
||||
}
|
||||
|
||||
if (!secure)
|
||||
|
|
Loading…
Reference in a new issue