1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 18:08:53 +03:00

[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:
jow 2012-05-19 20:17:19 +00:00
parent 6c09d6b4d8
commit ba344a5eae

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() {