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