Fix hang from new interface-name code, when using TCP.

This commit is contained in:
Simon Kelley
2013-05-23 10:04:25 +01:00
parent 63fd27e35f
commit 76dd75de77
2 changed files with 59 additions and 49 deletions

View File

@@ -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;