- // Trigger an initial update.
- // This is allowed to race with true updates because it
- // will always calculate a diff and discard no-ops.
- handle_notif(&mut state.lock().unwrap());
+ // Trigger an initial update
+ handle_notif(&mut state.lock().unwrap(), crate::list::list_interfaces()?);