From: Henning Rogge Date: Tue, 22 Apr 2008 09:43:57 +0000 (+0200) Subject: Bugfix for avltree modification X-Git-Tag: OLSRD_0_5_6_RC4~26^2~3^2~4 X-Git-Url: http://olsr.org/git/?p=olsrd.git;a=commitdiff_plain;h=4606008f9eabce29a426fbcb5e37ddaced69a42b;ds=sidebyside Bugfix for avltree modification --- diff --git a/src/lq_route.c b/src/lq_route.c index b5a00f40..ac905c94 100644 --- a/src/lq_route.c +++ b/src/lq_route.c @@ -475,7 +475,7 @@ olsr_calculate_routing_table (void *context __attribute__((unused))) rtp_tree_node; rtp_tree_node = avl_walk_next(rtp_tree_node)) { - rtp = rtp_tree2rtp(rtp_tree_node); + rtp = rtp_prefix_tree2rtp(rtp_tree_node); if (rtp->rtp_rt) {