summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2023-07-10 14:01:12 +0100
committerThomas Adam <thomas@xteddy.org>2023-07-10 14:01:12 +0100
commit18870913c5325988a7eb61cce4af09576da3fd45 (patch)
tree97a931665ab89add2f46e6565392cb6d39b14a89
parent269dab4b3e593ade4995ebbcb428025f51c542fd (diff)
parent63b728237716594d711ef9e7ee3a0203d43f6723 (diff)
Merge branch 'obsd-master'
-rw-r--r--client.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/client.c b/client.c
index 78bf8ab8..9cd5ad85 100644
--- a/client.c
+++ b/client.c
@@ -245,9 +245,6 @@ client_main(struct event_base *base, int argc, char **argv, uint64_t flags,
u_int ncaps = 0;
struct args_value *values;
- /* Ignore SIGCHLD now or daemon() in the server will leave a zombie. */
- signal(SIGCHLD, SIG_IGN);
-
/* Set up the initial command. */
if (shell_command != NULL) {
msg = MSG_SHELL;