diff options
Diffstat (limited to 'unit-upstream.patch')
-rw-r--r-- | unit-upstream.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/unit-upstream.patch b/unit-upstream.patch deleted file mode 100644 index 8304f65..0000000 --- a/unit-upstream.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff --git a/src/nxt_main_process.c b/src/nxt_main_process.c ---- a/src/nxt_main_process.c -+++ b/src/nxt_main_process.c -@@ -972,9 +972,11 @@ nxt_main_process_sigchld_handler(nxt_tas - - if (rt->nprocesses <= 1) { - nxt_runtime_quit(task, 0); -+ -+ return; - } - -- return; -+ continue; - } - - nxt_port_remove_notify_others(task, process); |