From: Roy Marples Date: Mon, 10 Jun 2013 20:31:52 +0000 (+0000) Subject: IA_FORCED is explicitly set now X-Git-Tag: v6.0.0~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7386a6ea523f5075a6d7671ca4f2f0954e18282;p=thirdparty%2Fdhcpcd.git IA_FORCED is explicitly set now --- diff --git a/if-options.c b/if-options.c index b97e699c..d22af1be 100644 --- a/if-options.c +++ b/if-options.c @@ -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 }