]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix compile without IPv4LL
authorRoy Marples <roy@marples.name>
Wed, 24 Jul 2019 18:21:45 +0000 (19:21 +0100)
committerRoy Marples <roy@marples.name>
Wed, 24 Jul 2019 18:21:45 +0000 (19:21 +0100)
src/ipv4.c

index b7b85d810e46f72080743cf873f29a7720856b73..7b510f982380b8a2551c411d155e3ec12d5f2f02 100644 (file)
@@ -453,9 +453,7 @@ bool
 inet_getroutes(struct dhcpcd_ctx *ctx, rb_tree_t *routes)
 {
        struct interface *ifp;
-#ifdef IPV4LL
        bool have_default = false;
-#endif
 
        TAILQ_FOREACH(ifp, ctx->ifaces, next) {
                if (!ifp->active)