mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-06-10 02:14:53 +03:00
fix: port forward & RDP check
This commit is contained in:
@@ -92,6 +92,7 @@ pub async fn listen(
|
||||
break;
|
||||
}
|
||||
Some(Data::NewRDP) => {
|
||||
println!("receive run_rdp from ui_receiver");
|
||||
run_rdp(addr.port());
|
||||
}
|
||||
_ => {}
|
||||
|
||||
Reference in New Issue
Block a user