From: Roy Marples Date: Fri, 31 Jan 2014 14:26:58 +0000 (+0000) Subject: Remove debug X-Git-Tag: v6.3.0~68 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fff89bfe34f177483ffb7d86b62707ac746becfe;p=thirdparty%2Fdhcpcd.git Remove debug --- diff --git a/dhcp6.c b/dhcp6.c index bb104369..046736fa 100644 --- a/dhcp6.c +++ b/dhcp6.c @@ -2252,14 +2252,6 @@ dhcp6_handledata(__unused void *arg) ifp->name, sfrom); return; } - if (state->state != DH6S_BOUND && - state->state != DH6S_INFORMED) - { - syslog(LOG_DEBUG, - "%s: not bound, ignoring Force Renew from %s", - ifp->name, sfrom); - return; - } syslog(LOG_INFO, "%s: Force Renew from %s", ifp->name, sfrom); o = dhcp6_getmoption(D6_OPTION_RECONF_MSG, r, len); if (o == NULL) {