summaryrefslogtreecommitdiffstats
path: root/etc/inc/system.inc
diff options
context:
space:
mode:
authorPiBa-NL <pba_2k3@yahoo.com>2013-05-05 02:19:17 +0200
committerPiBa-NL <pba_2k3@yahoo.com>2013-05-05 02:19:17 +0200
commita80cb9ca40fb5b485d03d7b64a3fd99a7a15b880 (patch)
tree59711cc99e200ec1116b2cdee61f9be4e76c3d0f /etc/inc/system.inc
parent7d8b75ab01103a24ee5de63130065de8d5b3e9b4 (diff)
downloadpfsense-a80cb9ca40fb5b485d03d7b64a3fd99a7a15b880.zip
pfsense-a80cb9ca40fb5b485d03d7b64a3fd99a7a15b880.tar.gz
Fix dnsmasq host overrides 'enabled' check.
Diffstat (limited to 'etc/inc/system.inc')
-rw-r--r--etc/inc/system.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index 43c9a9f..173a2a2 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -254,7 +254,7 @@ function system_hosts_generate() {
}
}
- if (isset($dnsmasq['enable'])) {
+ if (isset($dnsmasqcfg['enable'])) {
if (!is_array($dnsmasqcfg['hosts']))
$dnsmasqcfg['hosts'] = array();
OpenPOWER on IntegriCloud