From 5d32f35bdcd6105acc206e0afd0516dee2dd1439 Mon Sep 17 00:00:00 2001 From: Simon Kelley Date: Thu, 19 Dec 2024 00:36:42 +0000 Subject: [PATCH] Remove unused variable. --- src/rfc2131.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rfc2131.c b/src/rfc2131.c index f99b8d5..9d8fd10 100644 --- a/src/rfc2131.c +++ b/src/rfc2131.c @@ -2757,7 +2757,7 @@ static void handle_encap(struct dhcp_packet *mess, unsigned char *end, unsigned struct dhcp_opt *opt, *config_opts = daemon->dhcp_opts; unsigned char *p; - int i, len; + int len; for (opt = config_opts; opt; opt = opt->next) opt->flags &= ~DHOPT_ENCAP_DONE;