summaryrefslogtreecommitdiffstats
path: root/src/if-bsd.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2019-07-22 16:19:27 +0100
committerRoy Marples <roy@marples.name>2019-07-22 16:19:27 +0100
commit5ec78666bdfb684389844083ea26fb64a3a2564a (patch)
tree6239c05c76d4e9ffb99adeeb64b85102a6147bbb /src/if-bsd.c
parentd83ae1e75fed5b28696c90c98395632d1e99b357 (diff)
downloaddhcpcd-5ec78666bdfb684389844083ea26fb64a3a2564a.tar.xz
OpenBSD: Fix compile.
Diffstat (limited to 'src/if-bsd.c')
-rw-r--r--src/if-bsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/if-bsd.c b/src/if-bsd.c
index 41e402b0..309e6fec 100644
--- a/src/if-bsd.c
+++ b/src/if-bsd.c
@@ -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
}