summaryrefslogtreecommitdiff
path: root/lib/sockopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sockopt.c')
-rw-r--r--lib/sockopt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sockopt.c b/lib/sockopt.c
index c448d308..d16c2beb 100644
--- a/lib/sockopt.c
+++ b/lib/sockopt.c
@@ -334,9 +334,9 @@ getsockopt_ipv4_ifindex (struct msghdr *msgh)
#else /* neither IP_PKTINFO nor IP_RECVIF, broken */
#warning "getsockopt_ipv4_pktinfo_ifindex: dont have PKTINFO or RECVIF"
-#warning "things will be broken on this platform!"
+#warning "things probably will be broken on this platform!"
/* XXX why not -1 - this is a failure condition. */
- ifindex = -1;
+ ifindex = 0;
#endif /* IP_PKTINFO */
return ifindex;
}