Silenced a warning for some compilers.

This commit is contained in:
Ruslan Ermilov 2011-11-16 13:27:33 +00:00
parent 60b802dc38
commit c884156af0

View file

@ -1236,6 +1236,7 @@ ngx_resolver_process_a(ngx_resolver_t *r, u_char *buf, size_t last,
addrs = NULL;
cname = NULL;
qtype = 0;
ttl = 0;
for (a = 0; a < nan; a++) {