m_webirc: don't bail out when denying 'secure'

This commit is contained in:
Ed Kellett 2019-06-13 23:31:32 +01:00
parent a6b97b7d88
commit 11ef0e2b98
No known key found for this signature in database
GPG key ID: CB9986DEF342FABC

View file

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