depend on proxmox 0.4.2

This commit is contained in:
Dietmar Maurer
2020-09-28 10:50:44 +02:00
parent bbeb0256f1
commit b56c111e93
10 changed files with 23 additions and 23 deletions

View File

@ -175,7 +175,7 @@ pub fn update_acl(
_rpcenv: &mut dyn RpcEnvironment,
) -> Result<(), Error> {
let _lock = open_file_locked(acl::ACL_CFG_LOCKFILE, std::time::Duration::new(10, 0))?;
let _lock = open_file_locked(acl::ACL_CFG_LOCKFILE, std::time::Duration::new(10, 0), true)?;
let (mut tree, expected_digest) = acl::config()?;