Respect the --no-resolv flag in inotify code.

This commit is contained in:
Simon Kelley
2015-09-10 23:08:43 +01:00
parent 102208df69
commit 77607cbea0
3 changed files with 15 additions and 1 deletions

View File

@@ -90,6 +90,9 @@ void inotify_dnsmasq_init()
if (daemon->inotifyfd == -1)
die(_("failed to create inotify: %s"), NULL, EC_MISC);
if (option_bool(OPT_NO_RESOLV))
return;
for (res = daemon->resolv_files; res; res = res->next)
{