summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2016-06-10 09:15:12 +0000
committerRoy Marples <roy@marples.name>2016-06-10 09:15:12 +0000
commite73eb19ff409e5ac70023d58bc5caf65878deec6 (patch)
treeb04dfb611b1faf46abc0c4c424f40e209f904bcb
parent283517b7e457d0bdb615856ba595ad720addc1dc (diff)
downloaddhcpcd-e73eb19ff409e5ac70023d58bc5caf65878deec6.tar.xz
Remove debug mistakenly added, [c4df3c6b97].
-rw-r--r--dhcp6.c3
1 files changed, 0 insertions, 3 deletions
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;