This commit is contained in:
mdecimus
2025-07-15 08:33:14 +02:00
parent 27faa9f3ad
commit bd61ab511a
2 changed files with 24 additions and 1 deletions

View File

@@ -470,7 +470,7 @@ impl BootManager {
core.network.asn_geo_lookup,
AsnGeoLookupConfig::Resource { .. }
);
let (ipc, ipc_rxs) = build_ipc(core.storage.pubsub.is_none());
let (ipc, ipc_rxs) = build_ipc(!core.storage.pubsub.is_none());
let inner = Arc::new(Inner {
shared_core: ArcSwap::from_pointee(core),
data,