Revert "wwan: Ensure we get existing objects on reset"

This reverts commit c0ddcf2998.
Causes testing to fail.
This commit is contained in:
Lubomir Rintel
2024-07-22 15:21:44 +02:00
parent 777418dfd7
commit 7f8f68d28a

View File

@@ -265,7 +265,9 @@ modm_handle_name_owner_changed(MMManager *modem_manager, GParamSpec *pspec, NMMo
modm_clear_manager(self); modm_clear_manager(self);
modm_ensure_manager(self); modm_ensure_manager(self);
modm_manager_available(self); /* Whenever GDBusObjectManagerClient is fixed, we can just do the following:
* modm_manager_available (self);
*/
} }
static void static void