Skip to content

Commit

Permalink
compile error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
milyin committed Dec 10, 2024
1 parent 857ba11 commit b1db843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenoh/src/net/runtime/adminspace.rs
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ impl AdminSpace {
}

let requested_plugins = {
let cfg_guard = admin.context.runtime.state.config.lock();
let cfg_guard = &admin.context.runtime.state.config.lock().0;
cfg_guard.plugins().load_requests().collect::<Vec<_>>()
};
let mut diffs = Vec::new();
Expand Down

0 comments on commit b1db843

Please sign in to comment.