Remove unused variable.

This commit is contained in:
Simon Kelley
2024-12-19 00:36:42 +00:00
parent d6379cd923
commit 5d32f35bdc

View File

@@ -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;