pc92c I said, not pc92a
authorminima <minima>
Mon, 8 Jan 2007 01:06:18 +0000 (01:06 +0000)
committerminima <minima>
Mon, 8 Jan 2007 01:06:18 +0000 (01:06 +0000)
perl/DXProtHandle.pm

index c65ebc6d6f40a4fbca6e96268086ef7705a4d452..863789d3bd3a85cd8500953eba7f6fe573840090 100644 (file)
@@ -823,7 +823,7 @@ sub handle_22
                my $node = Route::Node::get($self->{call});
                if ($node) {
                        my @rout = map {my $r = Route::User::get($_); $r ? ($r) : ()} $node->users;
-                       $self->route_pc92a($main::mycall, undef, $node, @rout);
+                       $self->route_pc92c($main::mycall, undef, $node, @rout);
                } 
        }
 }