1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 21:09:29 +03:00

[package] firewall: fix another instance of unquoted "*"

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28529 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2011-10-22 21:38:10 +00:00
parent 6ef496f17a
commit 0244db9bf2
2 changed files with 2 additions and 2 deletions

View 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

View 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}"