summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Kelley <simon@thekelleys.org.uk>2014-01-31 10:19:52 +0000
committerSimon Kelley <simon@thekelleys.org.uk>2014-01-31 10:19:52 +0000
commit97bc798b05fc92174ffc02dc78ca56a3ff26c27e (patch)
tree87d504d7053beee9cbc98de20660387021b121e5
parentedc231bc582268d37d0b6b16d35b924029814977 (diff)
downloaddnsmasq-97bc798b05fc92174ffc02dc78ca56a3ff26c27e.tar.gz
Init ->dependent field in frec allocation.
-rw-r--r--src/forward.c1
1 files changed, 1 insertions, 0 deletions
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