mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-25 14:11:14 +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