From 2e055cabc5ebb9495d1d01a78a14207c575c7914 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 27 Mar 2012 17:59:41 +0000 Subject: [PATCH] Don't corrupt our route table when we fail to add a route for any reason. --- configure.c | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.c b/configure.c index e61184be..cd1d8c54 100644 --- a/configure.c +++ b/configure.c @@ -730,6 +730,7 @@ build_routes(void) lrt->next = rtn; rt->next = nrs; nrs = rt; + rt = lrt; /* When we loop this makes lrt correct */ } free_routes(dnr); } -- 2.47.2