mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-14 19:01:28 +03:00
fix syntax error
This commit is contained in:
@@ -182,7 +182,7 @@ impl Client {
|
|||||||
));
|
));
|
||||||
}
|
}
|
||||||
// Allow connect to {hostname}:{port}
|
// Allow connect to {hostname}:{port}
|
||||||
if hbb_common.is_hostname_port_str(peer) {
|
if hbb_common::is_hostname_port_str(peer) {
|
||||||
return Ok((
|
return Ok((
|
||||||
socket_client::connect_tcp(
|
socket_client::connect_tcp(
|
||||||
peer,
|
peer,
|
||||||
|
|||||||
Reference in New Issue
Block a user