Commit d082faf3 authored by Vladislav Grishenko's avatar Vladislav Grishenko Committed by Simon Kelley

Fix compiler warning.

parent 99e8891f
......@@ -3482,7 +3482,7 @@ static int one_opt(int option, char *arg, char *errstr, char *gen_err, int comma
case LOPT_RR: /* dns-rr */
{
struct txt_record *new;
size_t len;
size_t len = len;
char *data;
int val;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment