mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-04-02 18:15:37 +00:00
rename variable to socket_connection
This commit is contained in:
parent
0cc6d10017
commit
4038172735
1 changed files with 2 additions and 2 deletions
|
|
@ -92,10 +92,10 @@ impl Client {
|
||||||
}
|
}
|
||||||
.as_ref(),
|
.as_ref(),
|
||||||
move |result| match result {
|
move |result| match result {
|
||||||
Ok(connection) => {
|
Ok(socket_connection) => {
|
||||||
// Wrap required connection dependencies into the struct holder
|
// Wrap required connection dependencies into the struct holder
|
||||||
match Connection::new(
|
match Connection::new(
|
||||||
connection,
|
socket_connection,
|
||||||
certificate,
|
certificate,
|
||||||
Some(network_address),
|
Some(network_address),
|
||||||
cancellable.clone(),
|
cancellable.clone(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue