This commit is contained in:
John Smith 2022-04-26 13:47:43 -04:00
parent 9668751deb
commit 95aa8352d4

View File

@ -343,9 +343,9 @@ impl NetworkInterfaces {
let changed = last_interfaces != self.interfaces;
if changed {
trace!("NetworkInterfaces refreshed: {:#?}?", self);
self.cache_best_addresses();
trace!("NetworkInterfaces refreshed: {:#?}?", self);
}
Ok(changed)
}