]> jfr.im git - solanum.git/blobdiff - ircd/listener.c
Replace IsInsecure with IsSecure
[solanum.git] / ircd / listener.c
index 19e249a2822b2168d8c584c64eea43dfd598336a..2cd2e8a2e5770dc3e1be09f32cb1612f48a2fbfe 100644 (file)
@@ -539,6 +539,7 @@ add_connection(struct Listener *listener, rb_fde_t *F, struct sockaddr *sai, str
                F = xF[0];
                new_client->localClient->F = F;
                SetSSL(new_client);
+               SetSecure(new_client);
        }
 
        if (listener->wsock)