changeset 4565:a5889b07c310 draft

OpenBSD: Fix compile.
author Roy Marples <roy@marples.name>
date Mon, 22 Jul 2019 16:19:27 +0100
parents 622983991bf6
children defe875f1d89
files src/if-bsd.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/if-bsd.c	Mon Jul 22 16:12:53 2019 +0100
+++ b/src/if-bsd.c	Mon Jul 22 16:19:27 2019 +0100
@@ -1311,7 +1311,7 @@
 		return if_ifa(ctx, (const void *)rtm);
 #ifdef RTM_DESYNC
 	case RTM_DESYNC:
-		return dhcpcd_linkoverflow(ctx);
+		dhcpcd_linkoverflow(ctx);
 #endif
 	}