]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Remove debug mistakenly added, [c4df3c6b97].
authorRoy Marples <roy@marples.name>
Fri, 10 Jun 2016 09:15:12 +0000 (09:15 +0000)
committerRoy Marples <roy@marples.name>
Fri, 10 Jun 2016 09:15:12 +0000 (09:15 +0000)
dhcp6.c

diff --git a/dhcp6.c b/dhcp6.c
index 4f4a1c6544a702853e504d9b3f25328de56c1191..bbddb57413ef75e22ef29041bb75c8eb09d72707 100644 (file)
--- 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;