firewall: use uci_get_state() wrapper

SVN-Revision: 21493
master
Jo-Philipp Wich 15 years ago
parent 51cae701b6
commit 28e92939d1
  1. 2
      package/firewall/files/lib/core.sh

@ -84,7 +84,7 @@ fw_reload() {
}
fw_is_loaded() {
local bool=$(uci -q -P /var/state get firewall.core.loaded)
local bool=$(uci_get_state firewall.core.loaded)
return $((! ${bool:-0}))
}

Loading…
Cancel
Save