2
0
forked from Ivasoft/openwrt

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

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