sys: another Arc::clone

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2022-07-26 14:45:39 +02:00
parent 51746a0d45
commit 6cac8d5cbe

@ -188,7 +188,7 @@ impl ProcessLocker {
data.exclusive = true;
Ok(ProcessLockExclusiveGuard {
locker: locker.clone(),
locker: Arc::clone(&locker),
})
}
}