X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Funset%2Fhere.pl;h=19db8dbd9ffdb647bf55e85426f981cf25a15dd0;hb=50f6466ca2dff82ca470a4abe327d741cffef61a;hp=4da517c111cfe252d9fde761d317cdae619026ee;hpb=6624dcdf07d628e8d6a16fc6549edf40be25b7b2;p=spider.git diff --git a/cmd/unset/here.pl b/cmd/unset/here.pl index 4da517c1..19db8dbd 100644 --- a/cmd/unset/here.pl +++ b/cmd/unset/here.pl @@ -25,7 +25,7 @@ foreach $call (@args) { $ref->here(0); 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', "Unset Here", $call);