summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils/ndptool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ndptool.c b/utils/ndptool.c
index 3992a1b..d268d99 100644
--- a/utils/ndptool.c
+++ b/utils/ndptool.c
@@ -278,7 +278,7 @@ static int msgrcv_handler_func(struct ndp *ndp, struct ndp_msg *msg, void *priv)
pr_out("\n");
}
ndp_msg_opt_for_each_offset(offset, msg, NDP_MSG_OPT_RDNSS) {
- static struct in6_addr *addr;
+ struct in6_addr *addr;
int addr_index;
pr_out(" Recursive DNS Servers: ");