mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-09 07:46:17 +00:00
sys: another Arc::clone
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
51746a0d45
commit
6cac8d5cbe
@ -188,7 +188,7 @@ impl ProcessLocker {
|
|||||||
data.exclusive = true;
|
data.exclusive = true;
|
||||||
|
|
||||||
Ok(ProcessLockExclusiveGuard {
|
Ok(ProcessLockExclusiveGuard {
|
||||||
locker: locker.clone(),
|
locker: Arc::clone(&locker),
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user