fix syntax error
This commit is contained in:
parent
d601a82b5a
commit
f10f969c2c
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue