fix early return
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
029c90897b
commit
3f8c9a9799
@ -318,6 +318,7 @@ fn request_plugin_sign(id: String, msg_to_rustdesk: MsgToRustDesk) -> PluginRetu
|
||||
id,
|
||||
ret.code,
|
||||
);
|
||||
return;
|
||||
}
|
||||
let msg = cstr_to_string(ret.msg).unwrap_or_default();
|
||||
free_c_ptr(ret.msg as _);
|
||||
|
Loading…
x
Reference in New Issue
Block a user