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

Collapse All | Expand All

(-)session.c (+2 lines)
Lines 1403-1408 do_child(Session *s, const char *command Link Here
1403
		exit(sftp_server_main(i, argv, s->pw));
1403
		exit(sftp_server_main(i, argv, s->pw));
1404
	}
1404
	}
1405
1405
1406
	fflush(NULL);
1407
1406
	if (options.use_login) {
1408
	if (options.use_login) {
1407
		launch_login(pw, hostname);
1409
		launch_login(pw, hostname);
1408
		/* NEVERREACHED */
1410
		/* NEVERREACHED */

Return to bug 1597