daemon/user: Fix ObjectManager location and initialization

This commit is contained in:
Vicki Pfau 2025-05-16 18:22:31 -07:00
parent 748fdc43cf
commit 88c2a0af96
2 changed files with 4 additions and 5 deletions

View file

@ -981,10 +981,6 @@ pub(crate) async fn create_interfaces(
.await?;
}
object_server
.at(MANAGER_PATH, fdo::ObjectManager {})
.await?;
Ok(())
}