use instead of closes #2759
authorTravis Kemen <thepeople@openwrt.org>
Wed, 28 Nov 2007 04:11:36 +0000 (04:11 +0000)
committerTravis Kemen <thepeople@openwrt.org>
Wed, 28 Nov 2007 04:11:36 +0000 (04:11 +0000)
SVN-Revision: 9612

package/dnsmasq/files/dnsmasq.init

index 69f499a7dcd1ec592952df519314203dd9f2bbcb..776daddb41d20cfdca1efef9362aafe644a0a2cc 100644 (file)
@@ -23,7 +23,7 @@ append_bool() {
        local value="$3"
        local _loctmp
        config_get_bool _loctmp "$section" "$option"
-       [ "$_loctmp" -gt 0 ] && append args "$3"
+       [ "$_loctmp" -gt 0 ] && append args "$value"
 }
 
 append_parm() {