mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00: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:
@@ -394,7 +394,7 @@ dhcp_mx_add() {
|
||||
|
||||
local service="$domain,$relay,$pref"
|
||||
|
||||
append args "--mx-host=$service"
|
||||
xappend "--mx-host=$service"
|
||||
}
|
||||
|
||||
dhcp_cname_add() {
|
||||
|
||||
Reference in New Issue
Block a user