From fdcc6aa6420ef0a5e90a940a8d5fc68513e9257b Mon Sep 17 00:00:00 2001 From: Dirk Koopman Date: Mon, 24 Sep 2007 22:10:43 +0100 Subject: [PATCH] Timeout PC92 nodes at the correct rate --- perl/DXProt.pm | 2 +- perl/Version.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) { diff --git a/perl/Version.pm b/perl/Version.pm index f42c8acf..6f0490e9 100644 --- a/perl/Version.pm +++ b/perl/Version.pm @@ -11,6 +11,6 @@ use vars qw($version $subversion $build); $version = '1.54'; $subversion = '0'; -$build = '150'; +$build = '151'; 1; -- 2.34.1