X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXProt.pm;h=81cdeaeeae5cc8d15d5cc02b997ba27a908236a7;hb=613301f150d03d194b6c64542d4809c74b1986c6;hp=6591c511a7e5cc8fd81dd3f3e965b31814f59541;hpb=a35c16af85ef1707879f24e065a66ba3c9ae60c1;p=spider.git diff --git a/perl/DXProt.pm b/perl/DXProt.pm index 6591c511..81cdeaee 100644 --- a/perl/DXProt.pm +++ b/perl/DXProt.pm @@ -792,7 +792,7 @@ sub send_pc92_config foreach $node (@localnodes) { if ($node && $node->lastid->{92}) { my @rout = map {my $r = Route::get($_); $r ? ($r) : ()} $node->nodes, $node->users; - my $line = gen_pc29_with_time($node->call, 'C', $node->lastid->{92}, @rout); + my $line = gen_pc92_with_time($node->call, 'C', $node->lastid->{92}, @rout); $self->send($line); } else { dbg("sent a null value") if isdbg('chanerr');