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:
parent
01f29a0c72
commit
6bc4c0ae3e
@ -155,7 +155,7 @@ proto_mbim_setup() {
|
||||
sleep 15
|
||||
}
|
||||
|
||||
return $rt
|
||||
return $ret
|
||||
}
|
||||
|
||||
proto_mbim_teardown() {
|
||||
|
Loading…
Reference in New Issue
Block a user