firewall: fix typo in reflection hotplug script

SVN-Revision: 34569
This commit is contained in:
Jo-Philipp Wich 2012-12-07 13:08:28 +00:00
parent 33f6c5ddb9
commit 16d0957a4e
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() {