mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
fix: port forward & RDP check
This commit is contained in:
@@ -76,6 +76,7 @@ pub fn session_add_sync(
|
||||
id: String,
|
||||
is_file_transfer: bool,
|
||||
is_port_forward: bool,
|
||||
is_rdp: bool,
|
||||
switch_uuid: String,
|
||||
force_relay: bool,
|
||||
password: String,
|
||||
@@ -84,6 +85,7 @@ pub fn session_add_sync(
|
||||
&id,
|
||||
is_file_transfer,
|
||||
is_port_forward,
|
||||
is_rdp,
|
||||
&switch_uuid,
|
||||
force_relay,
|
||||
password,
|
||||
|
||||
Reference in New Issue
Block a user