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>
This commit is contained in:
Adrian Schmutzler 2021-06-05 17:59:39 +02:00
parent 01f29a0c72
commit 6bc4c0ae3e

View File

@ -155,7 +155,7 @@ proto_mbim_setup() {
sleep 15 sleep 15
} }
return $rt return $ret
} }
proto_mbim_teardown() { proto_mbim_teardown() {