]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
OpenBSD: Fix compile.
authorRoy Marples <roy@marples.name>
Mon, 22 Jul 2019 15:19:27 +0000 (16:19 +0100)
committerRoy Marples <roy@marples.name>
Mon, 22 Jul 2019 15:19:27 +0000 (16:19 +0100)
src/if-bsd.c

index 41e402b007d4644ee6474fc658617bae849a3fb3..309e6fec8f0c8288ffe79520c32a296b8288565c 100644 (file)
@@ -1311,7 +1311,7 @@ if_dispatch(struct dhcpcd_ctx *ctx, const struct rt_msghdr *rtm)
                return if_ifa(ctx, (const void *)rtm);
 #ifdef RTM_DESYNC
        case RTM_DESYNC:
-               return dhcpcd_linkoverflow(ctx);
+               dhcpcd_linkoverflow(ctx);
 #endif
        }