View | Details | Raw Unified | Return to bug 973 | Differences between
and this patch

Collapse All | Expand All

(-)sshd.c (+4 lines)
Lines 1074-1079 main(int ac, char **av) Link Here
1074
	/* Fill in default values for those options not explicitly set. */
1074
	/* Fill in default values for those options not explicitly set. */
1075
	fill_default_server_options(&options);
1075
	fill_default_server_options(&options);
1076
1076
1077
	if (rexeced_flag)
1078
		log_init(__progname, options.log_level, options.log_facility,
1079
		     log_stderr);
1080
1077
	/* Check that there are no remaining arguments. */
1081
	/* Check that there are no remaining arguments. */
1078
	if (optind < ac) {
1082
	if (optind < ac) {
1079
		fprintf(stderr, "Extra argument %s.\n", av[optind]);
1083
		fprintf(stderr, "Extra argument %s.\n", av[optind]);

Return to bug 973