mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-11-29 15:36:36 -05:00
connection fix
This commit is contained in:
parent
680c987321
commit
17ea68fb84
6 changed files with 95 additions and 8 deletions
|
|
@ -244,7 +244,7 @@ pub trait NodeRefBase: Sized {
|
|||
})
|
||||
}
|
||||
|
||||
fn all_filtered_dial_info_details<F>(&self) -> Vec<DialInfoDetail> {
|
||||
fn all_filtered_dial_info_details(&self) -> Vec<DialInfoDetail> {
|
||||
let routing_domain_set = self.routing_domain_set();
|
||||
let dial_info_filter = self.dial_info_filter();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue