Fix compiler warning.

This commit is contained in:
Vladislav Grishenko
2013-11-26 11:04:24 +00:00
committed by Simon Kelley
parent 99e8891f85
commit d082faf3e4

View File

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