mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-01 11:16:00 +00:00
nspawn: fix barrier-destroy call
I dropped the cleanup-helper before pushing so use _cleanup_() directly.
This commit is contained in:
+1
-1
@@ -3073,7 +3073,7 @@ int main(int argc, char *argv[]) {
|
||||
|
||||
for (;;) {
|
||||
ContainerStatus container_status;
|
||||
_barrier_destroy_ Barrier barrier = { };
|
||||
_cleanup_(barrier_destroy) Barrier barrier = { };
|
||||
struct sigaction sa = {
|
||||
.sa_handler = nop_handler,
|
||||
.sa_flags = SA_NOCLDSTOP,
|
||||
|
||||
Reference in New Issue
Block a user