Fix updating of hosts file on host override updates by bringing back the same behavior from previous releases.

This commit is contained in:
Chris Buechler 2014-11-04 22:01:36 -06:00
parent b7419cfc0b
commit cbc6a13fa3
1 changed files with 4 additions and 0 deletions

View File

@ -1741,6 +1741,10 @@ function services_dnsmasq_configure() {
else
sleep(1);
/* generate hosts file */
if(system_hosts_generate()!=0)
$return = 1;
$args = "";
if (isset($config['dnsmasq']['regdhcp'])) {