From: Roy Marples Date: Fri, 10 Jun 2016 09:15:12 +0000 (+0000) Subject: Remove debug mistakenly added, [c4df3c6b97]. X-Git-Tag: v6.11.1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e73eb19ff409e5ac70023d58bc5caf65878deec6;p=thirdparty%2Fdhcpcd.git Remove debug mistakenly added, [c4df3c6b97]. --- diff --git a/dhcp6.c b/dhcp6.c index 4f4a1c65..bbddb574 100644 --- a/dhcp6.c +++ b/dhcp6.c @@ -1866,9 +1866,6 @@ dhcp6_findpd(struct interface *ifp, const uint8_t *iaid, continue; } - pltime = 20; - vltime = 30; - TAILQ_FOREACH(a, &state->addrs, next) { if (IN6_ARE_ADDR_EQUAL(&a->prefix, &pdp->prefix)) break;