diff options
Diffstat (limited to '')
-rw-r--r-- | src/shared/machine-pool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/machine-pool.c b/src/shared/machine-pool.c index e4713b9f4e..f2b0bb76a1 100644 --- a/src/shared/machine-pool.c +++ b/src/shared/machine-pool.c @@ -158,7 +158,7 @@ fail: } int setup_machine_directory(uint64_t size, sd_bus_error *error) { - _cleanup_release_lock_file_ LockFile lock_file = LOCK_FILE_INIT; + _cleanup_(release_lock_file) LockFile lock_file = LOCK_FILE_INIT; struct loop_info64 info = { .lo_flags = LO_FLAGS_AUTOCLEAR, }; |