Commit bed2dbd8 authored by Franco Fichtner's avatar Franco Fichtner

dnsmasq: one more for #1226

parent ad0109f6
...@@ -181,7 +181,6 @@ function dnsmasq_configure_do($verbose = false) ...@@ -181,7 +181,6 @@ function dnsmasq_configure_do($verbose = false)
/* run dnsmasq */ /* run dnsmasq */
$cmd = "/usr/local/sbin/dnsmasq --all-servers {$dns_rebind} {$args}"; $cmd = "/usr/local/sbin/dnsmasq --all-servers {$dns_rebind} {$args}";
mwexec_bg($cmd); mwexec_bg($cmd);
services_dhcpleases_configure();
unset($args); unset($args);
if ($verbose) { if ($verbose) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment