change the type of unit for spots
[spider.git] / perl / DXProt.pm
index 1288165e33e51187c8c83cc740bf77cd645c48fa..9903ceb421c744d9b5642d843b7f1e9b99a0af1b 100644 (file)
@@ -510,8 +510,8 @@ 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();
+                       $main::me->broadcast_pc92_keepalive($main::mycall);
                }
 
                if ($pc92_slug_changes && $main::systime >= $last_pc92_slug + $pc92_slug_changes) {