Commit 97bc798b authored by Simon Kelley's avatar Simon Kelley

Init ->dependent field in frec allocation.

parent edc231bc
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment