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

(-)session.c (-1 / +1 lines)
Lines 1434-1440 do_child(Session *s, const char *command Link Here
1434
		 * generated messages, so if this in an interactive
1434
		 * generated messages, so if this in an interactive
1435
		 * login then display them too.
1435
		 * login then display them too.
1436
		 */
1436
		 */
1437
		if (command == NULL)
1437
		if (!check_quietlogin(s, command))
1438
			display_loginmsg();
1438
			display_loginmsg();
1439
#endif /* HAVE_OSF_SIA */
1439
#endif /* HAVE_OSF_SIA */
1440
	}
1440
	}

Return to bug 927