View | Details | Raw Unified | Return to bug 3483
Collapse All | Expand All

(-)sshd.c (-2 / +2 lines)
Lines 1667-1674 main(int ac, char **av) Link Here
1667
	/* Ensure that fds 0, 1 and 2 are open or directed to /dev/null */
1667
	/* Ensure that fds 0, 1 and 2 are open or directed to /dev/null */
1668
	sanitise_stdfd();
1668
	sanitise_stdfd();
1669
1669
1670
	seed_rng();
1671
1672
	/* Initialize configuration options to their default values. */
1670
	/* Initialize configuration options to their default values. */
1673
	initialize_server_options(&options);
1671
	initialize_server_options(&options);
1674
1672
Lines 1790-1795 main(int ac, char **av) Link Here
1790
	else
1788
	else
1791
		closefrom(REEXEC_DEVCRYPTO_RESERVED_FD);
1789
		closefrom(REEXEC_DEVCRYPTO_RESERVED_FD);
1792
1790
1791
	seed_rng();
1792
1793
	/* If requested, redirect the logs to the specified logfile. */
1793
	/* If requested, redirect the logs to the specified logfile. */
1794
	if (logfile != NULL)
1794
	if (logfile != NULL)
1795
		log_redirect_stderr_to(logfile);
1795
		log_redirect_stderr_to(logfile);

Return to bug 3483