start: remove monitor_signal_pdeath codepath

This causes compilation failures due to a bad cherry-pick. Signed-off-by: 's avatarChristian Brauner <christian.brauner@ubuntu.com>
parent c477e270
...@@ -1470,16 +1470,6 @@ static int do_start(void *data) ...@@ -1470,16 +1470,6 @@ static int do_start(void *data)
goto out_warn_father; goto out_warn_father;
} }
if (handler->conf->monitor_signal_pdeath != SIGKILL) {
ret = lxc_set_death_signal(handler->conf->monitor_signal_pdeath,
handler->monitor_pid, status_fd);
if (ret < 0) {
SYSERROR("Failed to set PR_SET_PDEATHSIG to %d",
handler->conf->monitor_signal_pdeath);
goto out_warn_father;
}
}
/* After this call, we are in error because this ops should not return /* After this call, we are in error because this ops should not return
* as it execs. * as it execs.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment