fix syntax error
This commit is contained in:
parent
d601a82b5a
commit
f10f969c2c
@ -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…
x
Reference in New Issue
Block a user