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 64c564236..0c260a50d 100644
--- a/sshd.c
+++ b/sshd.c
@@ -1855,6 +1855,10 @@ main(int ac, char **av)
1855 } 1855 }
1856 } 1856 }
1857 1857
1858 if (getenv("SSH_SIGSTOP"))
1859 /* Tell service supervisor that we are ready. */
1860 kill(getpid(), SIGSTOP);
1861
1858 /* Accept a connection and return in a forked child */ 1862 /* Accept a connection and return in a forked child */
1859 server_accept_loop(&sock_in, &sock_out, 1863 server_accept_loop(&sock_in, &sock_out,
1860 &newsock, config_s); 1864 &newsock, config_s);