From: Roy Marples Date: Tue, 4 Mar 2014 13:31:42 +0000 (+0000) Subject: Whitespace X-Git-Tag: v6.3.2~35 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=41a092118346f1bac88f4fb46230c0c5b03a900a;p=thirdparty%2Fdhcpcd.git Whitespace --- diff --git a/ipv6nd.c b/ipv6nd.c index b05f3a07..aec50c48 100644 --- a/ipv6nd.c +++ b/ipv6nd.c @@ -254,7 +254,7 @@ unspec: return -1; } #endif - + if (setsockopt(ctx->unspec_fd, IPPROTO_ICMPV6, ICMP6_FILTER, &filt, sizeof(filt)) == -1) goto eexit;