mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-20 10:48:29 +00:00
Fix compiler warning.
This commit is contained in:
committed by
Simon Kelley
parent
99e8891f85
commit
d082faf3e4
@@ -3482,7 +3482,7 @@ static int one_opt(int option, char *arg, char *errstr, char *gen_err, int comma
|
|||||||
case LOPT_RR: /* dns-rr */
|
case LOPT_RR: /* dns-rr */
|
||||||
{
|
{
|
||||||
struct txt_record *new;
|
struct txt_record *new;
|
||||||
size_t len;
|
size_t len = len;
|
||||||
char *data;
|
char *data;
|
||||||
int val;
|
int val;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user