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;
|
||||
|
||||
Ok(ProcessLockExclusiveGuard {
|
||||
locker: locker.clone(),
|
||||
locker: Arc::clone(&locker),
|
||||
})
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user