Skip to content

Commit

Permalink
Merge branch 'obsd-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasAdam committed Jul 10, 2023
2 parents 269dab4 + 63b7282 commit 1887091
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions client.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1887091

Please sign in to comment.