X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fmount.c;h=423cf434a493791d314be0860cae6ceea36da593;hb=7948c4dfbea73ac21250b588089039aa17a90386;hp=4b300364aff39699374d1104a67d52b54730fc35;hpb=155da4572965abb2ced1d0eeba2e9f0de81d94b7;p=elogind.git diff --git a/src/mount.c b/src/mount.c index 4b300364a..423cf434a 100644 --- a/src/mount.c +++ b/src/mount.c @@ -1212,7 +1212,7 @@ static void mount_sigchld_event(Unit *u, pid_t pid, int code, int status) { m->failure = m->failure || !success; if (m->control_command) { - exec_status_exit(&m->control_command->exec_status, pid, code, status, m->exec_context.utmp_id); + exec_status_exit(&m->control_command->exec_status, &m->exec_context, pid, code, status); m->control_command = NULL; m->control_command_id = _MOUNT_EXEC_COMMAND_INVALID; }