dnsmasq: typo fix

This commit is contained in:
ElonH 2020-03-16 22:34:21 +08:00
parent 2b00b24e4c
commit 54cfa96454
No known key found for this signature in database
GPG Key ID: 5BCDD7F78A258D4C

View File

@ -6,7 +6,7 @@ diff --git a/src/dnsmasq.h b/src/dnsmasq.h
int cachesize, ftabsize;
int port, query_port, min_port, max_port;
- unsigned long local_ttl, neg_ttl, max_ttl, min_cache_ttl, max_cache_ttl, auth_ttl, dhcp_ttl, use_dhcp_ttl;
+ unsigned long local_ttl, neg_ttl, max_ttl, max_ttl, min_cache_ttl, max_cache_ttl, auth_ttl, dhcp_ttl, use_dhcp_ttl;
+ unsigned long local_ttl, neg_ttl, max_ttl, min_ttl, min_cache_ttl, max_cache_ttl, auth_ttl, dhcp_ttl, use_dhcp_ttl;
char *dns_client_id;
struct hostsfile *addn_hosts;
struct dhcp_context *dhcp, *dhcp6;