aboutsummaryrefslogtreecommitdiffstats
path: root/package/network
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2021-06-05 17:59:39 +0200
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2021-06-05 23:39:14 +0200
commit6bc4c0ae3eb3dff6e410b5b012ab0bec267adb5a (patch)
tree1c3d2c2ed9e70fa4da2659f02e75c6a33006c710 /package/network
parent01f29a0c72e88e12c2c1a44bc8ac28c986fb8d35 (diff)
downloadupstream-6bc4c0ae3eb3dff6e410b5b012ab0bec267adb5a.tar.gz
upstream-6bc4c0ae3eb3dff6e410b5b012ab0bec267adb5a.tar.bz2
upstream-6bc4c0ae3eb3dff6e410b5b012ab0bec267adb5a.zip
umbim: fix return value of proto_mbim_setup()
The variable name appears to be mistyped. Suggested-by: Howard Chu <hyc@symas.com> Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'package/network')
-rwxr-xr-xpackage/network/utils/umbim/files/lib/netifd/proto/mbim.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/umbim/files/lib/netifd/proto/mbim.sh b/package/network/utils/umbim/files/lib/netifd/proto/mbim.sh
index 804870d7d4..abbabd6625 100755
--- a/package/network/utils/umbim/files/lib/netifd/proto/mbim.sh
+++ b/package/network/utils/umbim/files/lib/netifd/proto/mbim.sh
@@ -155,7 +155,7 @@ proto_mbim_setup() {
sleep 15
}
- return $rt
+ return $ret
}
proto_mbim_teardown() {