really REALLY fix period C records
[spider.git] / perl / DXProt.pm
index ab1ebd1f6f239e640808aa53584fc3ab7bf08485..18d7bdb5ae4bea70c4adfcea392b8e58a6f9aae4 100644 (file)
@@ -476,7 +476,7 @@ sub process
                        # all my non pc9x dependent nodes.
                        if ($main::systime >= $dxchan->{next_pc92_update}) {
                                if ($dxchan->{call} eq $main::mycall || !$dxchan->{do_pc9x}) {
-                                       $main::me->broadcast_pc92_update($dxchan->{call});
+                                       $dxchan->broadcast_pc92_update($dxchan->{call});
                                }
                        }
                }