X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Fhere.pl;h=8d5665c94366dd5497cc41245404f349377f1f7a;hb=58234eafde7d75028574ae6aa519d2197120c558;hp=e3d56f3ea30c2410b0f8e544aaa39be0d71915b1;hpb=5ace616f093a2e34141d14cbb310d1b048034c0e;p=spider.git diff --git a/cmd/set/here.pl b/cmd/set/here.pl index e3d56f3e..8d5665c9 100644 --- a/cmd/set/here.pl +++ b/cmd/set/here.pl @@ -21,10 +21,14 @@ foreach $call (@args) { $dxchan->here(1); push @out, $self->msg('heres', $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(1); } 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(1); } else { $ref = Route::Node::get($call);