]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
IA_FORCED is explicitly set now
authorRoy Marples <roy@marples.name>
Mon, 10 Jun 2013 20:31:52 +0000 (20:31 +0000)
committerRoy Marples <roy@marples.name>
Mon, 10 Jun 2013 20:31:52 +0000 (20:31 +0000)
if-options.c

index b97e699c846f24c350cd25b76632bd2702607fa5..d22af1be871fb5e21232a7303c2dc98f38d50539 100644 (file)
@@ -1146,8 +1146,7 @@ finish_config(struct if_options *ifo, const char *ifname)
                        ifo->iaid->sla = NULL;
                        ifo->iaid->sla_len = 0;
                }
-       } else
-               ifo->options |= DHCPCD_IA_FORCED;
+       }
 #endif
 }