]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
whitespace
authorRoy Marples <roy@marples.name>
Tue, 13 Nov 2007 14:36:09 +0000 (14:36 +0000)
committerRoy Marples <roy@marples.name>
Tue, 13 Nov 2007 14:36:09 +0000 (14:36 +0000)
configure.c

index 2fa95091ecfa0b4557aa457892ce95fdb790ad74..556e0c015c21224fcfb1cd441c379525ae50d595 100644 (file)
@@ -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)))
        {