mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 21:32:59 +02: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:
parent
6c09d6b4d8
commit
ba344a5eae
@ -394,7 +394,7 @@ dhcp_mx_add() {
|
||||
|
||||
local service="$domain,$relay,$pref"
|
||||
|
||||
append args "--mx-host=$service"
|
||||
xappend "--mx-host=$service"
|
||||
}
|
||||
|
||||
dhcp_cname_add() {
|
||||
|
Loading…
Reference in New Issue
Block a user