Use event system to re-send query on new route. Tidies module boundaries.

This commit is contained in:
Simon Kelley
2014-07-08 22:22:02 +01:00
parent cdb755c5f1
commit 47a9516980
6 changed files with 37 additions and 30 deletions

View File

@@ -1559,7 +1559,6 @@ int reload_servers(char *fname)
return gotone;
}
#if defined(HAVE_LINUX_NETWORK) || defined(HAVE_BSD_NETWORK)
/* Called when addresses are added or deleted from an interface */
void newaddress(time_t now)
{
@@ -1584,7 +1583,6 @@ void newaddress(time_t now)
#endif
}
#endif