mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-17 18:21:02 +03:00
plugin_framework, test block_input
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -28,7 +28,7 @@ pub(super) fn ext_support_callback(
|
||||
if crate::server::plugin_block_input(peer, block) == block {
|
||||
null()
|
||||
} else {
|
||||
make_return_code_msg(errno::ERR_CALLBACK_FAILED, "Failed to block input")
|
||||
make_return_code_msg(errno::ERR_CALLBACK_FAILED, "")
|
||||
}
|
||||
} else {
|
||||
make_return_code_msg(
|
||||
|
||||
Reference in New Issue
Block a user