firewall: fix typo in reflection hotplug script

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34569 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Jo-Philipp Wich 2012-12-07 13:08:28 +00:00
parent bfd69b4134
commit 1309ba379e
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:=54
PKG_RELEASE:=55
include $(INCLUDE_DIR)/package.mk

View File

@ -64,7 +64,7 @@ elif [ "$ACTION" = "add" ]; then
}
}
config_foreach find_networks_cb zone "$1"
config_foreach find_networks_cb zone "$@"
}
setup_fwd() {