added basic ssl support to ircu
[ircu2.10.12-pk.git] / ircd / s_serv.c
index bc09198f80a813777e647c5cd4d34e9e581b81ca..abcf6aa55b66825e333e7f8c26fa9c7368d1807f 100644 (file)
@@ -133,12 +133,6 @@ int server_estab(struct Client *cptr, struct ConfItem *aconf)
                  cli_serv(cptr)->timestamp, MAJOR_PROTOCOL, NumServCap(&me),
                  feature_bool(FEAT_HUB) ? "h" : "",
                  *(cli_info(&me)) ? cli_info(&me) : "IRCers United");
-    /*
-     * Don't charge this IP# for connecting
-     * XXX - if this comes from a server port, it will not have been added
-     * to the IP check registry, see add_connection in s_bsd.c
-     */
-    IPcheck_connect_fail(cptr);
   }
 
   det_confs_butmask(cptr, CONF_SERVER | CONF_UWORLD);