mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-13 18:31:29 +03:00
@@ -318,6 +318,7 @@ fn request_plugin_sign(id: String, msg_to_rustdesk: MsgToRustDesk) -> PluginRetu
|
|||||||
id,
|
id,
|
||||||
ret.code,
|
ret.code,
|
||||||
);
|
);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
let msg = cstr_to_string(ret.msg).unwrap_or_default();
|
let msg = cstr_to_string(ret.msg).unwrap_or_default();
|
||||||
free_c_ptr(ret.msg as _);
|
free_c_ptr(ret.msg as _);
|
||||||
|
|||||||
Reference in New Issue
Block a user