From: Roy Marples Date: Fri, 13 Mar 2015 22:13:46 +0000 (+0000) Subject: Wups, not the same type. X-Git-Tag: v6.8.0~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93e6523d285cdef360c6f8689a3b2becffd9e103;p=thirdparty%2Fdhcpcd.git Wups, not the same type. --- diff --git a/ipv6nd.c b/ipv6nd.c index 9854af18..8e3a92fd 100644 --- a/ipv6nd.c +++ b/ipv6nd.c @@ -1541,7 +1541,8 @@ ipv6nd_handledata(void *arg) return; } - pkt.ipi6_ifindex = hoplimit = 0; + pkt.ipi6_ifindex = 0; + hoplimit = 0; for (cm = (struct cmsghdr *)CMSG_FIRSTHDR(&ctx->rcvhdr); cm; cm = (struct cmsghdr *)CMSG_NXTHDR(&ctx->rcvhdr, cm))