From 9c7174c975e448fca8e60b42ea4ade53de3affd3 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Fri, 4 Jul 2014 20:46:24 +0000 Subject: [PATCH] Remove dead store. --- dhcp6.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dhcp6.c b/dhcp6.c index 74a3d03b..98158eb1 100644 --- a/dhcp6.c +++ b/dhcp6.c @@ -703,7 +703,6 @@ dhcp6_makemessage(struct interface *ifp) p += sizeof(u8); memcpy(p, &ap->prefix.s6_addr, sizeof(ap->prefix.s6_addr)); - p += sizeof(ap->prefix.s6_addr); /* RFC6603 Sectio 4.2 */ sla = dhcp6_findselfsla(ifp, ap->iaid); -- 2.47.3