From: Roy Marples Date: Tue, 13 Nov 2007 14:36:09 +0000 (+0000) Subject: whitespace X-Git-Tag: v3.2.3~138 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11f3adda1216bd5936530203e2eb6bfdf1bdba7d;p=thirdparty%2Fdhcpcd.git whitespace --- diff --git a/configure.c b/configure.c index 2fa95091..556e0c01 100644 --- a/configure.c +++ b/configure.c @@ -559,7 +559,7 @@ int configure (const options_t *options, interface_t *iface, #ifdef ENABLE_IPV4LL /* Ensure we always add the link local route if we got a private * address and isn't link local itself */ - if (options-> doipv4ll && + if (options->doipv4ll && ! haslinklocal && IN_PRIVATE (ntohl (dhcp->address.s_addr))) {