mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 18:28:25 +00:00
bug fix, avoids infinite loop in forwarding code.
This commit is contained in:
@@ -1596,7 +1596,7 @@ static void free_frec(struct frec *f)
|
|||||||
if (f->blocking_query)
|
if (f->blocking_query)
|
||||||
free_frec(f->blocking_query);
|
free_frec(f->blocking_query);
|
||||||
f->blocking_query = NULL;
|
f->blocking_query = NULL;
|
||||||
|
f->dependent = NULL;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user