]> jfr.im git - solanum.git/blobdiff - modules/m_starttls.c
Replace IsInsecure with IsSecure
[solanum.git] / modules / m_starttls.c
index a51f652f246241d9994aeefd48d1c016af00226c..7968836ae98bf0d9942d4aef868c92e17d0f7563 100644 (file)
@@ -100,5 +100,6 @@ mr_starttls(struct MsgBuf *msgbuf_p, struct Client *client_p, struct Client *sou
                client_p->localClient->F = F[0];
                client_p->localClient->ssl_ctl = ctl;
                SetSSL(client_p);
+               SetSecure(client_p);
        }
 }