[package] dnsmasq: fix parsing of mx record options (#11365)
[openwrt/svn-archive/archive.git] / package / dnsmasq / files / dnsmasq.init
index b5ca5ca1766a16ad514d75e3b8adc7f563941004..33fc177d0673320f055ff025e59e6cf79bb3aa6a 100644 (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() {