X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Fhere.pl;h=8d5665c94366dd5497cc41245404f349377f1f7a;hb=b32570d9978c9e99a8652e52491cf92540bf876b;hp=e3d56f3ea30c2410b0f8e544aaa39be0d71915b1;hpb=a8f8fe60a63b000f22897696fb127fc856c41cb7;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);