[package] dnsmasq: fix parsing of mx record options (#11365)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31814 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Jo-Philipp Wich
2012-05-19 20:17:19 +00:00
parent b21bdefb82
commit 474b508fd6

View File

@@ -394,7 +394,7 @@ dhcp_mx_add() {
local service="$domain,$relay,$pref"
append args "--mx-host=$service"
xappend "--mx-host=$service"
}
dhcp_cname_add() {