summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-05-19 20:17:19 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-05-19 20:17:19 +0000
commit3eb18205322ac6660904c9df5fdff50c3de9e5de (patch)
tree647181c11ecaca564f42f2173308fc5731ab01b7 /package
parentce59af117c9f201f8ed66c89b9c0a9411f59c593 (diff)
downloadmaster-31e0f0ae-3eb18205322ac6660904c9df5fdff50c3de9e5de.tar.gz
master-31e0f0ae-3eb18205322ac6660904c9df5fdff50c3de9e5de.tar.bz2
master-31e0f0ae-3eb18205322ac6660904c9df5fdff50c3de9e5de.zip
dnsmasq: fix parsing of mx record options (#11365)
SVN-Revision: 31814
Diffstat (limited to 'package')
-rw-r--r--package/dnsmasq/files/dnsmasq.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dnsmasq/files/dnsmasq.init b/package/dnsmasq/files/dnsmasq.init
index b5ca5ca176..33fc177d06 100644
--- a/package/dnsmasq/files/dnsmasq.init
+++ b/package/dnsmasq/files/dnsmasq.init
@@ -394,7 +394,7 @@ dhcp_mx_add() {
local service="$domain,$relay,$pref"
- append args "--mx-host=$service"
+ xappend "--mx-host=$service"
}
dhcp_cname_add() {