diff --git a/src/libs/shim-interface/src/lib.rs b/src/libs/shim-interface/src/lib.rs index a952b10db2..46ebe21027 100644 --- a/src/libs/shim-interface/src/lib.rs +++ b/src/libs/shim-interface/src/lib.rs @@ -90,7 +90,7 @@ pub fn mgmt_socket_addr(sid: &str) -> Result { )); } - get_uds_with_sid(sid, &sb_storage_path()?) + get_uds_with_sid(sid, sb_storage_path()?) } #[cfg(test)]