]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/newconf.c
re-enable ziplinks + ssl
[irc/rqf/shadowircd.git] / src / newconf.c
index f2ccf68db9363e9705a768fb4272b7893c9d1932..9e929f3c9e6c65b37517ef2c0c1c38bdcd3e74ca 100644 (file)
@@ -1243,13 +1243,6 @@ conf_end_connect(struct TopConf *tc)
                yy_server->flags &= ~SERVER_COMPRESSED;
        }
 #endif
-       if(ServerConfCompressed(yy_server) && ServerConfSSL(yy_server))
-       {
-               conf_report_error("Ignoring compressed for connect block %s -- "
-                                      "ssl and compressed are mutually exclusive (OpenSSL does its own compression)", 
-                                      yy_server->name);
-               yy_server->flags &= ~SERVER_COMPRESSED;
-       }
 
        add_server_conf(yy_server);
        rb_dlinkAdd(yy_server, &yy_server->node, &server_conf_list);