X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXProt.pm;h=18d7bdb5ae4bea70c4adfcea392b8e58a6f9aae4;hb=a58b356bd36167baa576ac7a762abe8f9f4a86f9;hp=ab1ebd1f6f239e640808aa53584fc3ab7bf08485;hpb=43a54b922d0c00c4b0dc02104f266de1c27fa611;p=spider.git diff --git a/perl/DXProt.pm b/perl/DXProt.pm index ab1ebd1f..18d7bdb5 100644 --- a/perl/DXProt.pm +++ b/perl/DXProt.pm @@ -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}); } } }