diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-04 18:49:58 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-04 18:49:58 +0200 |
commit | b58b41160fde88a82cba1ddec4be7dfb08825e35 (patch) | |
tree | 9f5b30cf50bcaf752fc955507c5d065d214e0222 /src/mount.c | |
parent | 14ad1d1437f51b8ebc8dc6e8d3707b41d48d0a3a (diff) |
dbus: complete exec status coverage
Diffstat (limited to 'src/mount.c')
-rw-r--r-- | src/mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mount.c b/src/mount.c index 6b38741c35..b99e5ffe8b 100644 --- a/src/mount.c +++ b/src/mount.c @@ -936,7 +936,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_fill(&m->control_command->exec_status, pid, code, status); + exec_status_exit(&m->control_command->exec_status, pid, code, status); m->control_command = NULL; m->control_command_id = _MOUNT_EXEC_COMMAND_INVALID; } |