From: Roy Marples Date: Tue, 27 Jan 2009 20:57:27 +0000 (+0000) Subject: We should state which interface we're removing the route from correctly. X-Git-Tag: v5.0.0~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c8b08062726e5bc09c61923118c8b111b82a2f0;p=thirdparty%2Fdhcpcd.git We should state which interface we're removing the route from correctly. --- diff --git a/configure.c b/configure.c index a5af5a2a..b336dcba 100644 --- a/configure.c +++ b/configure.c @@ -399,7 +399,7 @@ route_deleted(const struct rt *rt) f = find_route(routes, rt, &l, NULL); if (f == NULL) return 0; - desc_route("removing", f, rt->iface->name); + desc_route("removing", f, f->iface->name); if (l) l->next = f->next; else