X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXProt.pm;h=ac755b099d98c64450eb2a108aa59db057a0de4c;hb=7e4216e6aa68e9f8631c50de2d1fe7c7c88391d2;hp=7972bc3bf83f6ba7baa677ed29ebac82e7fd0fb1;hpb=5def24d66561e13e76b7af3109810be21deeeffb;p=spider.git diff --git a/perl/DXProt.pm b/perl/DXProt.pm index 7972bc3b..ac755b09 100644 --- a/perl/DXProt.pm +++ b/perl/DXProt.pm @@ -1547,7 +1547,7 @@ sub handle_51 } my $thing = Thingy::Ping->new(origin=>$main::mycall); - $thing->from_DXProt(user=>$_[2], group=>$_[1], out=>$_[3], DXProt=>$line); + $thing->from_DXProt($_[2] eq $self->{call} ? (user=>$_[2]) : (user=>$self->{call}, o=>$_[2]), group=>$_[1], out=>$_[3], DXProt=>$line); $thing->process($self); }