Silenced a warning for some compilers.

This commit is contained in:
Ruslan Ermilov 2011-11-16 13:27:33 +00:00
parent bec516bec9
commit 777879c832

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++) {