change the type of unit for spots
[spider.git] / perl / DXProt.pm
index af7d73083a9e9f68d6947ea16450c7ed2d3fa1b5..9903ceb421c744d9b5642d843b7f1e9b99a0af1b 100644 (file)
@@ -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) {
@@ -511,6 +510,7 @@ sub process
 
                # do the keepalive for me, if required
                if ($main::systime >= $main::me->{next_pc92_keepalive}) {
+                       time_out_pc92_routes();
                        $main::me->broadcast_pc92_keepalive($main::mycall);
                }