aboutsummaryrefslogtreecommitdiff
path: root/net/mwan3/files
diff options
context:
space:
mode:
authorFlorian Eckert <fe@dev.tdt.de>2020-12-04 11:47:43 +0100
committerFlorian Eckert <fe@dev.tdt.de>2020-12-22 08:38:30 +0100
commit6133d5a0e957426836410a92d471ac57c59c35a6 (patch)
tree094e472059363d999e3b203e031f3d7ac616fb08 /net/mwan3/files
parent55051e6c7bbb0f32eee95423931c4cbfb569b2ea (diff)
mwan3: remove unused mwan3_unlock function call
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'net/mwan3/files')
-rw-r--r--net/mwan3/files/etc/hotplug.d/iface/16-mwan3-user1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/mwan3/files/etc/hotplug.d/iface/16-mwan3-user b/net/mwan3/files/etc/hotplug.d/iface/16-mwan3-user
index 91c62b710..ea509acc8 100644
--- a/net/mwan3/files/etc/hotplug.d/iface/16-mwan3-user
+++ b/net/mwan3/files/etc/hotplug.d/iface/16-mwan3-user
@@ -16,7 +16,6 @@
config_get_bool enabled "$INTERFACE" enabled 0
[ "${enabled}" -eq 1 ] || {
- [ "$MWAN3_SHUTDOWN" != 1 ] && mwan3_unlock "$ACTION" "$DEVICE-user"
exit 0
}