]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
We should state which interface we're removing the route from correctly.
authorRoy Marples <roy@marples.name>
Tue, 27 Jan 2009 20:57:27 +0000 (20:57 +0000)
committerRoy Marples <roy@marples.name>
Tue, 27 Jan 2009 20:57:27 +0000 (20:57 +0000)
configure.c

index a5af5a2acf498d9209a07e21438c91e94477b347..b336dcba4b060dd518c438f40eb42040ab2dd769 100644 (file)
@@ -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