From ea03ab4f722cad546db9e66da543ef9ebc2164d2 Mon Sep 17 00:00:00 2001 From: Mike Mason Date: Mon, 3 Nov 2008 20:17:41 +0000 Subject: 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 --- dnsmasq-model.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3