Fix cargo clippy issue
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e534deefae
commit
8bc3518a2d
@ -74,7 +74,7 @@ async fn relay_connection(ws_url: String, socket: TcpStream, conf: Arc<ClientCon
|
|||||||
.expect("Failed to parse client auth private key!");
|
.expect("Failed to parse client auth private key!");
|
||||||
|
|
||||||
config
|
config
|
||||||
.with_single_cert(certs, key)
|
.with_client_auth_cert(certs, key)
|
||||||
.expect("Failed to set client certificate!")
|
.expect("Failed to set client certificate!")
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user