X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fswap.c;h=04df5854add8432c7976093f7f02d02e0f35e7fe;hp=ef001a98bfc1c193ead87be6fd4f673731058f6e;hb=6ea832a20700f5282c08c70f38422c6ab290a0b5;hpb=c8f4d7642b743c79328e10e8fb2d9b58e9f6b999 diff --git a/src/swap.c b/src/swap.c index ef001a98b..04df5854a 100644 --- a/src/swap.c +++ b/src/swap.c @@ -940,7 +940,7 @@ static void swap_sigchld_event(Unit *u, pid_t pid, int code, int status) { s->failure = s->failure || !success; if (s->control_command) { - exec_status_exit(&s->control_command->exec_status, pid, code, status, s->exec_context.utmp_id); + exec_status_exit(&s->control_command->exec_status, &s->exec_context, pid, code, status); s->control_command = NULL; s->control_command_id = _SWAP_EXEC_COMMAND_INVALID; }