Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
81eb5018
Unverified
Commit
81eb5018
authored
Dec 02, 2019
by
Christian Brauner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
start: remove monitor_signal_pdeath codepath
This causes compilation failures due to a bad cherry-pick. Signed-off-by:
Christian Brauner
<
christian.brauner@ubuntu.com
>
parent
c477e270
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
start.c
src/lxc/start.c
+0
-10
No files found.
src/lxc/start.c
View file @
81eb5018
...
@@ -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.
*/
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment