Removed resolver cache, cleanup client code
[ircu2.10.12-pk.git] / ircd / ircd.c
index 5888513a7b965406965457d9533caf4b67322276..7dd10811415c1ee1d3ffd1e6ab906536990c6e6c 100644 (file)
@@ -308,7 +308,7 @@ static void try_connections(struct Event* ev) {
       (*pconf = con_conf)->next = 0;
     }
 
-    if (connect_server(con_conf, 0, 0))
+    if (connect_server(con_conf, 0))
       sendto_opmask_butone(0, SNO_OLDSNO, "Connection to %s activated.",
                           con_conf->name);
   }