firewall: fix fw__uci_state_del() procedure (#11132)

SVN-Revision: 30938
This commit is contained in:
Jo-Philipp Wich
2012-03-13 21:22:13 +00:00
parent 654f9c879f
commit dd6c299d2e
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# Copyright (C) 2009-2011 OpenWrt.org
# Copyright (C) 2009-2012 OpenWrt.org
fw__uci_state_add() {
local var="$1"
@@ -28,7 +28,7 @@ fw__uci_state_del() {
rest="${rest:+$rest${e1:+ }}$e1"
done
uci_toggle_state firewall core $var "$val"
uci_toggle_state firewall core $var "$rest"
}
fw_configure_interface() {