mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-03-31 17:15:31 +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(),
|
||||
move |result| match result {
|
||||
Ok(connection) => {
|
||||
Ok(socket_connection) => {
|
||||
// Wrap required connection dependencies into the struct holder
|
||||
match Connection::new(
|
||||
connection,
|
||||
socket_connection,
|
||||
certificate,
|
||||
Some(network_address),
|
||||
cancellable.clone(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue