firewall: fix typo in reflection hotplug script
SVN-Revision: 34569
This commit is contained in:
parent
33f6c5ddb9
commit
16d0957a4e
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -64,7 +64,7 @@ elif [ "$ACTION" = "add" ]; then
|
|||
}
|
||||
}
|
||||
|
||||
config_foreach find_networks_cb zone "$1"
|
||||
config_foreach find_networks_cb zone "$@"
|
||||
}
|
||||
|
||||
setup_fwd() {
|
||||
|
|
Loading…
Reference in a new issue