Skip to content

Commit

Permalink
[package] dnsmasq: fix parsing of mx record options (#11365)
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31814 3c298f89-4303-0410-b956-a3cf2f4a3e73
  • Loading branch information
jow committed May 19, 2012
1 parent 6c09d6b commit ba344a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/dnsmasq/files/dnsmasq.init
Expand Up @@ -394,7 +394,7 @@ dhcp_mx_add() {

local service="$domain,$relay,$pref"

append args "--mx-host=$service"
xappend "--mx-host=$service"
}

dhcp_cname_add() {
Expand Down

0 comments on commit ba344a5

Please sign in to comment.