From: minima Date: Fri, 5 Jan 2007 18:47:29 +0000 (+0000) Subject: fix typo X-Git-Tag: 1.54~68 X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=613301f150d03d194b6c64542d4809c74b1986c6 fix typo --- 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');