changeset 4303:5680213395bf draft

Remove redundant assignment
author Roy Marples <roy@marples.name>
date Sun, 19 Aug 2018 21:07:09 +0100
parents d648c2f6b198
children 3bfea819f902
files src/dhcp6.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/dhcp6.c	Sun Aug 19 21:05:39 2018 +0100
+++ b/src/dhcp6.c	Sun Aug 19 21:07:09 2018 +0100
@@ -777,7 +777,6 @@
 		/* FALLTHROUGH */
 	case DH6S_INIT:
 		for (l = 0; l < ifo->ia_len; l++) {
-			ifia = &ifo->ia[l];
 			len += sizeof(o) + sizeof(uint32_t); /* IAID */
 			/* IA_TA does not have T1 or T2 timers */
 			if (ifo->ia[l].ia_type != D6_OPTION_IA_TA)