added broadcast_all_ak1a so that local commands go to isolated clusters
[spider.git] / cmd / unset / here.pl
index 7e2991528551ef96c05a1fa2ca0373349481ff63..6bc62ae9740bd00deebfa96a9e6aadb508d6068a 100644 (file)
@@ -20,7 +20,7 @@ foreach $call (@args) {
   if ($dxchan && $ref) {
        $dxchan->here(0);
     $ref->here(0);
-       DXProt::broadcast_ak1a(DXProt::pc24($ref));
+       DXProt::broadcast_all_ak1a(DXProt::pc24($ref), $DXProt::me);
        push @out, $self->msg('hereu', $call);
   } else {
     push @out, $self->msg('e3', "Unset Here", $call);