mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-28 12:31:04 +00:00
shim-interface: Do cargo check and reduce warnings
Signed-off-by: alex.lyn <alex.lyn@antgroup.com>
This commit is contained in:
parent
cfa89e143d
commit
90fba16bb0
@ -90,7 +90,7 @@ pub fn mgmt_socket_addr(sid: &str) -> Result<String> {
|
|||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
get_uds_with_sid(sid, &sb_storage_path()?)
|
get_uds_with_sid(sid, sb_storage_path()?)
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
|
Loading…
Reference in New Issue
Block a user