changeset 2265:f0ed6a59297f draft

Remove debug
author Roy Marples <roy@marples.name>
date Fri, 31 Jan 2014 14:26:58 +0000
parents dd9d8cc5871a
children bb57c40e012d
files dhcp6.c
diffstat 1 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/dhcp6.c	Fri Jan 31 14:25:18 2014 +0000
+++ b/dhcp6.c	Fri Jan 31 14:26:58 2014 +0000
@@ -2252,14 +2252,6 @@
 			    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) {