summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sshd.c b/sshd.c
index c49a87773..23e8c2de0 100644
--- a/sshd.c
+++ b/sshd.c
@@ -1924,6 +1924,10 @@ main(int ac, char **av)
1924 } 1924 }
1925 } 1925 }
1926 1926
1927 if (getenv("SSH_SIGSTOP"))
1928 /* Tell service supervisor that we are ready. */
1929 kill(getpid(), SIGSTOP);
1930
1927 /* Accept a connection and return in a forked child */ 1931 /* Accept a connection and return in a forked child */
1928 server_accept_loop(&sock_in, &sock_out, 1932 server_accept_loop(&sock_in, &sock_out,
1929 &newsock, config_s); 1933 &newsock, config_s);