From bc9c59ec66270d19e7263eeca3c8b8e73fcc8813 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Wed, 31 Oct 2012 13:29:29 +0200 Subject: [PATCH] dnslookup: missing active count inc --- src/dnslookup.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dnslookup.c b/src/dnslookup.c index b22b902..f015d4b 100644 --- a/src/dnslookup.c +++ b/src/dnslookup.c @@ -1015,6 +1015,7 @@ static void zone_timer(int fd, short flg, void *arg) z = container_of(el, struct DNSZone, lnode); ctx->zone_state = 1; ctx->cur_zone = z; + ctx->active++; impl_query_soa_serial(ctx, z->zonename); } -- 2.50.1