[package] firewall: fix another instance of unquoted "*"
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 22 Oct 2011 21:38:10 +0000 (21:38 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 22 Oct 2011 21:38:10 +0000 (21:38 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28529 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/firewall/Makefile
package/firewall/files/lib/core_rule.sh

index b0b946f..8ce0295 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 PKG_NAME:=firewall
 
 PKG_VERSION:=2
-PKG_RELEASE:=37
+PKG_RELEASE:=38
 
 include $(INCLUDE_DIR)/package.mk
 
index de8cd8e..f49c42a 100644 (file)
@@ -59,7 +59,7 @@ fw_load_rule() {
        fi
 
        local mode
-       fw_get_family_mode mode ${rule_family:-x} $rule_src I
+       fw_get_family_mode mode ${rule_family:-x} "$rule_src" I
 
        local src_spec dest_spec
        fw_get_negation src_spec '-s' "${rule_src_ip:+$rule_src_ip/$rule_src_ip_prefixlen}"
This page took 0.023829 seconds and 4 git commands to generate.