mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Call clear_subsystem_dirty('staticmaps') if using Unbound
This commit is contained in:
parent
e29271f2fb
commit
ca9a4e2b58
@ -342,8 +342,10 @@ if ($_POST) {
|
||||
}
|
||||
} else if (isset($config['unbound']['enable']) && isset($config['unbound']['regdhcpstatic'])) {
|
||||
$retvaldns = services_unbound_configure();
|
||||
if ($retvaldns == 0)
|
||||
if ($retvaldns == 0) {
|
||||
clear_subsystem_dirty('unbound');
|
||||
clear_subsystem_dirty('staticmaps');
|
||||
}
|
||||
} else {
|
||||
$retvaldhcp = services_dhcpd_configure();
|
||||
if ($retvaldhcp == 0)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user