From 97bc798b05fc92174ffc02dc78ca56a3ff26c27e Mon Sep 17 00:00:00 2001 From: Simon Kelley Date: Fri, 31 Jan 2014 10:19:52 +0000 Subject: [PATCH] Init ->dependent field in frec allocation. --- src/forward.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/forward.c b/src/forward.c index c047cb4..91bfa6a 100644 --- a/src/forward.c +++ b/src/forward.c @@ -1549,6 +1549,7 @@ static struct frec *allocate_frec(time_t now) f->rfd6 = NULL; #endif #ifdef HAVE_DNSSEC + f->dependent = NULL; f->blocking_query = NULL; f->stash = NULL; #endif