summaryrefslogtreecommitdiffstats
path: root/package/firewall/files/firewall.hotplug
diff options
context:
space:
mode:
Diffstat (limited to 'package/firewall/files/firewall.hotplug')
-rw-r--r--package/firewall/files/firewall.hotplug2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/firewall/files/firewall.hotplug b/package/firewall/files/firewall.hotplug
index fa5643a2b..e9d167b79 100644
--- a/package/firewall/files/firewall.hotplug
+++ b/package/firewall/files/firewall.hotplug
@@ -8,8 +8,8 @@
[ "$DEVICE" == "lo" ] && exit 0
. /lib/firewall/core.sh
-fw_is_loaded || exit 0
fw_init
+fw_is_loaded || exit 0
case "$ACTION" in
ifup)