]> git.ipfire.org Git - people/ms/dnsmasq.git/commitdiff
Init ->dependent field in frec allocation.
authorSimon Kelley <simon@thekelleys.org.uk>
Fri, 31 Jan 2014 10:19:52 +0000 (10:19 +0000)
committerSimon Kelley <simon@thekelleys.org.uk>
Fri, 31 Jan 2014 10:19:52 +0000 (10:19 +0000)
src/forward.c

index c047cb4a090dbef446ecdbf95b9f93dc089e7773..91bfa6a52ffb35354a61339ccc631e3ff906e85f 100644 (file)
@@ -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