mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
fix #3328
This commit is contained in:
@@ -262,10 +262,7 @@ async fn create_relay_connection_(
|
||||
)
|
||||
.await?;
|
||||
let mut msg_out = RendezvousMessage::new();
|
||||
let mut licence_key = Config::get_option("key");
|
||||
if licence_key.is_empty() {
|
||||
licence_key = crate::platform::get_license_key();
|
||||
}
|
||||
let licence_key = crate::get_key(true).await;
|
||||
msg_out.set_request_relay(RequestRelay {
|
||||
licence_key,
|
||||
uuid,
|
||||
|
||||
Reference in New Issue
Block a user