unbound: typo in previous

This commit is contained in:
Franco Fichtner 2016-11-14 12:49:47 +01:00
parent 715b636793
commit cdb0c667ff

View File

@ -1912,7 +1912,7 @@ function services_unbound_configure($verbose = false)
killbypid('/var/run/unbound.pid', 'TERM', true);
if (isset($config['unbound']['enable'])) {
if (!isset($config['unbound']['enable'])) {
return;
}