X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Funset%2Fhere.pl;fp=cmd%2Funset%2Fhere.pl;h=c1c7b0f73ed4e062f9396cfaa60af2ec324b74da;hb=58234eafde7d75028574ae6aa519d2197120c558;hp=63a32162b4adab4dda170eddbcc7478cb5684e42;hpb=5ace616f093a2e34141d14cbb310d1b048034c0e;p=spider.git diff --git a/cmd/unset/here.pl b/cmd/unset/here.pl index 63a32162..c1c7b0f7 100644 --- a/cmd/unset/here.pl +++ b/cmd/unset/here.pl @@ -21,10 +21,14 @@ foreach $call (@args) { $dxchan->here(0); push @out, $self->msg('hereu', $call); if ($ref) { - DXProt::broadcast_all_ak1a(DXProt::pc24($ref), $DXProt::me) ; + my $s = DXProt::pc24($ref); + DXProt::eph_dup($s); + DXProt::broadcast_all_ak1a($s, $DXProt::me) ; $ref->here(0); } elsif ($ref = Route::Node::get($call)) { - DXProt::broadcast_all_ak1a(DXProt::pc24($ref), $DXProt::me) ; + my $s = DXProt::pc24($ref); + DXProt::eph_dup($s); + DXProt::broadcast_all_ak1a($s, $DXProt::me) ; $ref->here(0); } else { $ref = Route::Node::get($call);