]> granicus.if.org Git - pgbouncer/commitdiff
dnslookup: missing active count inc
authorMarko Kreen <markokr@gmail.com>
Wed, 31 Oct 2012 11:29:29 +0000 (13:29 +0200)
committerMarko Kreen <markokr@gmail.com>
Wed, 31 Oct 2012 11:29:29 +0000 (13:29 +0200)
src/dnslookup.c

index b22b902f74aa4e0ba7bae56bd9aa789482f74f6d..f015d4beebdb1556cfadf6b8e243e9e5ddb91f13 100644 (file)
@@ -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);
 }