mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 10:18: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)
|
||||
free_frec(f->blocking_query);
|
||||
f->blocking_query = NULL;
|
||||
|
||||
f->dependent = NULL;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user