From 613301f150d03d194b6c64542d4809c74b1986c6 Mon Sep 17 00:00:00 2001 From: minima Date: Fri, 5 Jan 2007 18:47:29 +0000 Subject: [PATCH] fix typo --- perl/DXProt.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- 2.34.1