mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-11 22:51:29 +03:00
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user