View | Details | Raw Unified | Return to bug 229807
Collapse All | Expand All

(-)route6d.c (-2 / +3 lines)
Lines 2203-2210 Link Here
2203
					goto next;
2203
					goto next;
2204
				}
2204
				}
2205
2205
2206
				TAILQ_REMOVE(&riprt_head, rrt, rrt_next);
2206
				TAILQ_REMOVE(&riprt_head, search_rrt, rrt_next);
2207
				delroute(&rrt->rrt_info, &rrt->rrt_gw);
2207
				delroute(&search_rrt->rrt_info, &search_rrt->rrt_gw);
2208
				free(search_rrt);
2208
			}
2209
			}
2209
			/* Attach the route to the list */
2210
			/* Attach the route to the list */
2210
			trace(1, "route: %s/%d: register route (%s)\n",
2211
			trace(1, "route: %s/%d: register route (%s)\n",

Return to bug 229807