projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55051e6
)
mwan3: remove unused mwan3_unlock function call
author
Florian Eckert
<fe@dev.tdt.de>
Fri, 4 Dec 2020 10:47:43 +0000
(11:47 +0100)
committer
Florian Eckert
<fe@dev.tdt.de>
Tue, 22 Dec 2020 07:38:30 +0000
(08:38 +0100)
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
net/mwan3/files/etc/hotplug.d/iface/16-mwan3-user
patch
|
blob
|
history
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 91c62b71048820c7f6404a68cd4f50e2fa960b32..ea509acc84d72c01305c4f6196b1824b520f90bb 100644
(file)
--- 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
}