summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Mason <ms13sp@gmail.com>2008-11-03 20:17:41 +0000
committerMike Mason <ms13sp@gmail.com>2008-11-03 20:17:41 +0000
commitea03ab4f722cad546db9e66da543ef9ebc2164d2 (patch)
tree69af2456ef4ad2590db2396fe404d925df4f078c
parent81b9907f5e0b372af29769e3aa569aa92a9661c0 (diff)
downloadacf-dnsmasq-ea03ab4f722cad546db9e66da543ef9ebc2164d2.tar.bz2
acf-dnsmasq-ea03ab4f722cad546db9e66da543ef9ebc2164d2.tar.xz
Something change so commit before the end of the day
git-svn-id: svn://svn.alpinelinux.org/acf/dnsmasq/trunk@1574 ab2d0c66-481e-0410-8bed-d214d4d58bed
-rw-r--r--dnsmasq-model.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/dnsmasq-model.lua b/dnsmasq-model.lua
index aec875f..0857b66 100644
--- a/dnsmasq-model.lua
+++ b/dnsmasq-model.lua
@@ -84,7 +84,7 @@ function setconfig(config)
if success then
local file = fs.read_file(configfile)
- file = format.update_ini_file(file,"","domain",config.value.LOCALD.value)
+ file = format.update_ini_file(file,"","domain",config.value.DOMAIN.value)
file = format.update_ini_file(file,"","interface",config.value.INTERFACE.value)
file = format.update_ini_file(file,"","listen-address",config.value.IP.value)
file = format.update_ini_file(file,"","dhcp-range",config.value.RANGE.value)