changeset 4513:41bf9c12f9ad draft

OpenBSD: Fix compile
author Roy Marples <roy@marples.name>
date Sat, 04 May 2019 13:53:07 +0100
parents 78cdda45f5d9
children 707d58bf0352
files src/if-bsd.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/if-bsd.c	Sat May 04 10:19:02 2019 +0100
+++ b/src/if-bsd.c	Sat May 04 13:53:07 2019 +0100
@@ -1305,7 +1305,8 @@
 		return if_ifa(ctx, (const void *)rtm);
 #ifdef RTM_DESYNC
 	case RTM_DESYNC:
-		return dhcpcd_linkoverflow(ctx);
+		dhcpcd_linkoverflow(ctx);
+		return 0;
 #endif
 	}