mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-24 12:48:32 +00:00
Init ->dependent field in frec allocation.
This commit is contained in:
@@ -1549,6 +1549,7 @@ static struct frec *allocate_frec(time_t now)
|
|||||||
f->rfd6 = NULL;
|
f->rfd6 = NULL;
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_DNSSEC
|
#ifdef HAVE_DNSSEC
|
||||||
|
f->dependent = NULL;
|
||||||
f->blocking_query = NULL;
|
f->blocking_query = NULL;
|
||||||
f->stash = NULL;
|
f->stash = NULL;
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user