diff options
-rw-r--r-- | sshd.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1914,6 +1914,10 @@ main(int ac, char **av) | |||
1914 | } | 1914 | } |
1915 | } | 1915 | } |
1916 | 1916 | ||
1917 | if (getenv("SSH_SIGSTOP")) | ||
1918 | /* Tell service supervisor that we are ready. */ | ||
1919 | kill(getpid(), SIGSTOP); | ||
1920 | |||
1917 | /* Accept a connection and return in a forked child */ | 1921 | /* Accept a connection and return in a forked child */ |
1918 | server_accept_loop(&sock_in, &sock_out, | 1922 | server_accept_loop(&sock_in, &sock_out, |
1919 | &newsock, config_s); | 1923 | &newsock, config_s); |