added basic ssl support to ircu
[ircu2.10.12-pk.git] / ircd / s_serv.c
index 9e64c518b36de4cd7b7c88a533b09c10c41ae403..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);
@@ -148,9 +142,6 @@ int server_estab(struct Client *cptr, struct ConfItem *aconf)
   SetServer(cptr);
   cli_handler(cptr) = SERVER_HANDLER;
   Count_unknownbecomesserver(UserStats);
-
-  release_dns_reply(cptr);
-
   SetBurst(cptr);
 
 /*    nextping = CurrentTime; */