X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Fhere.pl;h=1c4b167cb0bc942837b268bdb6ad4a1563a513f9;hb=3fc0f2823c2505b08730286880ad8738963bca17;hp=44fc4d4b99ca234a1fb8bb63c6f37b35894e847c;hpb=6624dcdf07d628e8d6a16fc6549edf40be25b7b2;p=spider.git diff --git a/cmd/set/here.pl b/cmd/set/here.pl index 44fc4d4b..1c4b167c 100644 --- a/cmd/set/here.pl +++ b/cmd/set/here.pl @@ -25,7 +25,7 @@ foreach $call (@args) { $ref->here(1); my $s = DXProt::pc24($ref); DXProt::eph_dup($s); - DXProt::broadcast_all_ak1a($s, $DXProt::me) ; + DXChannel::broadcast_all_nodes($s, $main::me) ; } } else { push @out, $self->msg('e3', "Set Here", $call);