From: Roy Marples Date: Fri, 3 Apr 2015 23:43:42 +0000 (+0000) Subject: Reset no default warning on new data. X-Git-Tag: v6.8.2~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e19a54a983d95d3e0d7a5f680d96262002d5d0cb;p=thirdparty%2Fdhcpcd.git Reset no default warning on new data. --- diff --git a/ipv6nd.c b/ipv6nd.c index a58d7ce1..0a95c5c6 100644 --- a/ipv6nd.c +++ b/ipv6nd.c @@ -760,6 +760,7 @@ ipv6nd_handlera(struct dhcpcd_ctx *dctx, struct interface *ifp, if (rap) { free(rap->data); rap->data_len = 0; + rap->no_default_warned = 0; } new_data = 1; } else