fix build

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou 2023-03-30 18:55:03 +08:00
parent 4ed6681bfd
commit b33ae6ec64

View File

@ -2210,7 +2210,7 @@ async fn start_ipc(
#[cfg(target_os = "linux")] #[cfg(target_os = "linux")]
{ {
log::debug!("Start cm"); log::debug!("Start cm");
res = crate::platform::run_as_user(args.clone(), user); res = crate::platform::run_as_user(args.clone(), user.clone());
} }
if res.is_ok() { if res.is_ok() {
break; break;