]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Remove debug
authorRoy Marples <roy@marples.name>
Fri, 31 Jan 2014 14:26:58 +0000 (14:26 +0000)
committerRoy Marples <roy@marples.name>
Fri, 31 Jan 2014 14:26:58 +0000 (14:26 +0000)
dhcp6.c

diff --git a/dhcp6.c b/dhcp6.c
index bb1043699e8d31427ff3745d388d18cda016a35b..046736fa8c030defeaad574d93bccb96639de2f1 100644 (file)
--- 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) {