projects
/
openwrt
/
staging
/
noltari.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce59af1
)
dnsmasq: fix parsing of mx record options (#11365)
author
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 19 May 2012 20:17:19 +0000
(20:17 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 19 May 2012 20:17:19 +0000
(20:17 +0000)
SVN-Revision: 31814
package/dnsmasq/files/dnsmasq.init
patch
|
blob
|
history
diff --git
a/package/dnsmasq/files/dnsmasq.init
b/package/dnsmasq/files/dnsmasq.init
index b5ca5ca1766a16ad514d75e3b8adc7f563941004..33fc177d0673320f055ff025e59e6cf79bb3aa6a 100644
(file)
--- a/
package/dnsmasq/files/dnsmasq.init
+++ b/
package/dnsmasq/files/dnsmasq.init
@@
-394,7
+394,7
@@
dhcp_mx_add() {
local service="$domain,$relay,$pref"
-
append args
"--mx-host=$service"
+
xappend
"--mx-host=$service"
}
dhcp_cname_add() {