sock_in, sock_out, newsock, startup_pipe, config_s[0]);
}
/* set fd cloexec on io/sockets to avoid to forward them to childern */
fcntl(sock_out, F_SETFD, FD_CLOEXEC);
fcntl(sock_in, F_SETFD, FD_CLOEXEC);
/*
* Disable the key regeneration alarm. We will not regenerate the
* key since we are no longer in a position to give it to anyone. We