mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-04-01 01:25:32 +00:00
return NetworkAddress on Error::Connect
This commit is contained in:
parent
cc1018224a
commit
e878fe4ba2
2 changed files with 3 additions and 3 deletions
|
|
@ -96,7 +96,7 @@ impl Client {
|
|||
}
|
||||
}
|
||||
}
|
||||
Err(e) => callback(Err(Error::Connect(e))),
|
||||
Err(e) => callback(Err(Error::Connect(network_address, e))),
|
||||
}
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue