mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 10:18:25 +00:00
Remove unused variable.
This commit is contained in:
@@ -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;
|
struct dhcp_opt *opt, *config_opts = daemon->dhcp_opts;
|
||||||
unsigned char *p;
|
unsigned char *p;
|
||||||
int i, len;
|
int len;
|
||||||
|
|
||||||
for (opt = config_opts; opt; opt = opt->next)
|
for (opt = config_opts; opt; opt = opt->next)
|
||||||
opt->flags &= ~DHOPT_ENCAP_DONE;
|
opt->flags &= ~DHOPT_ENCAP_DONE;
|
||||||
|
|||||||
Reference in New Issue
Block a user