X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXCron.pm;h=8fb0f4664489609be8a6f3f56c584d6b6956d1fd;hb=acd7eca91e9d784b05d64f4c41eb8a4d2eb6ad6d;hp=eefa25816cac8181432d2edc9c5a3343d5ab40dd;hpb=0bd9d2811cc42417676a1b11b121681c2377d70a;p=spider.git diff --git a/perl/DXCron.pm b/perl/DXCron.pm index eefa2581..8fb0f466 100644 --- a/perl/DXCron.pm +++ b/perl/DXCron.pm @@ -299,7 +299,7 @@ sub rcmd return if !$noderef || !$noderef->pcversion; # send it - DXProt::addrcmd($main::mycall, $call, $line); + DXProt::addrcmd($DXProt::me, $call, $line); } 1; __END__