X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXProt.pm;h=1288165e33e51187c8c83cc740bf77cd645c48fa;hb=fdcc6aa6420ef0a5e90a940a8d5fc68513e9257b;hp=af7d73083a9e9f68d6947ea16450c7ed2d3fa1b5;hpb=0e5d48bce6d4ab1119f1375a6a57af188947ceff;p=spider.git diff --git a/perl/DXProt.pm b/perl/DXProt.pm index af7d7308..1288165e 100644 --- a/perl/DXProt.pm +++ b/perl/DXProt.pm @@ -457,7 +457,6 @@ sub process $pc50s = pc50($main::me, scalar DXChannel::get_all_users); eph_dup($pc50s); $last_pc50 = $t; - time_out_pc92_routes(); } foreach $dxchan (@dxchan) { @@ -512,6 +511,7 @@ sub process # do the keepalive for me, if required if ($main::systime >= $main::me->{next_pc92_keepalive}) { $main::me->broadcast_pc92_keepalive($main::mycall); + time_out_pc92_routes(); } if ($pc92_slug_changes && $main::systime >= $last_pc92_slug + $pc92_slug_changes) {