mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 18:28:25 +00:00
Fix hang from new interface-name code, when using TCP.
This commit is contained in:
@@ -438,7 +438,9 @@ int enumerate_interfaces(int reset)
|
||||
struct addrlist *addr, *tmp;
|
||||
struct interface_name *intname;
|
||||
|
||||
/* DO this max once per select cycle */
|
||||
/* Do this max once per select cycle - also inhibits netlink socket use
|
||||
in TCP child processes. */
|
||||
|
||||
if (reset)
|
||||
{
|
||||
done = 0;
|
||||
|
||||
Reference in New Issue
Block a user