dnsmasq: fix parsing of mx record options (#11365)
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 19 May 2012 20:17:19 +0000 (20:17 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 19 May 2012 20:17:19 +0000 (20:17 +0000)
SVN-Revision: 31814

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