]> jfr.im git - solanum.git/blobdiff - ircd/s_serv.c
ircd: do not shadow internal openssl symbol "ssl_ok" (yeah, i know)
[solanum.git] / ircd / s_serv.c
index a479999e9a86f50e1dde5125ab03b89ae9f91a75..208a6fe16ef0c7366ac95bad017f235153c926ce 100644 (file)
@@ -273,7 +273,7 @@ try_connections(void *unused)
                        continue;
 
                /* don't allow ssl connections if ssl isn't setup */
-               if(ServerConfSSL(tmp_p) && (!ssl_ok || !get_ssld_count()))
+               if(ServerConfSSL(tmp_p) && (!ircd_ssl_ok || !get_ssld_count()))
                        continue;
 
                cltmp = tmp_p->class;