X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ircd%2Fircd.c;h=b8c7cb4b985f9e35c178c08801119e93215b4ec8;hb=9b1f5beca29ec78141f19a19d689f0f7cc3fe3ac;hp=33dbfaf73d776dbfd9d6ec2be7066f97a6fa95df;hpb=9e97df973e333c18f65f251a213fcf736e52653f;p=ircu2.10.12-pk.git diff --git a/ircd/ircd.c b/ircd/ircd.c index 33dbfaf..b8c7cb4 100644 --- a/ircd/ircd.c +++ b/ircd/ircd.c @@ -256,7 +256,7 @@ static void try_connections(struct Event* ev) { Debug((DEBUG_NOTICE, "Connection check at : %s", myctime(CurrentTime))); for (aconf = GlobalConfList; aconf; aconf = aconf->next) { /* Also when already connecting! (update holdtimes) --SRB */ - if (!(aconf->status & CONF_SERVER) || aconf->port == 0 || aconf->hold == 0) + if (!(aconf->status & CONF_SERVER) || aconf->address.port == 0 || aconf->hold == 0) continue; /* Also skip juped servers */