dnsmasq: one more for #1226

This commit is contained in:
Franco Fichtner 2016-11-22 22:12:30 +01:00
parent ad0109f60a
commit bed2dbd8d8

View File

@ -181,7 +181,6 @@ function dnsmasq_configure_do($verbose = false)
/* run dnsmasq */
$cmd = "/usr/local/sbin/dnsmasq --all-servers {$dns_rebind} {$args}";
mwexec_bg($cmd);
services_dhcpleases_configure();
unset($args);
if ($verbose) {