diff options
-rw-r--r-- | sshd.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1931,6 +1931,10 @@ main(int ac, char **av) | |||
1931 | } | 1931 | } |
1932 | } | 1932 | } |
1933 | 1933 | ||
1934 | if (getenv("SSH_SIGSTOP")) | ||
1935 | /* Tell service supervisor that we are ready. */ | ||
1936 | kill(getpid(), SIGSTOP); | ||
1937 | |||
1934 | /* Accept a connection and return in a forked child */ | 1938 | /* Accept a connection and return in a forked child */ |
1935 | server_accept_loop(&sock_in, &sock_out, | 1939 | server_accept_loop(&sock_in, &sock_out, |
1936 | &newsock, config_s); | 1940 | &newsock, config_s); |