summaryrefslogtreecommitdiff
path: root/session.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-09-11 23:09:53 +1000
committerDarren Tucker <dtucker@zip.com.au>2004-09-11 23:09:53 +1000
commita2a3ed0010fc10a1c39404a3c3cddd3de27019b2 (patch)
tree68ab6c41f00f45431a9e71f360fd4bbac1e5a850 /session.c
parent77fc29eeb382974ae063227c249ee3b98646e38a (diff)
- (dtucker) [session.c] Bug #927: make .hushlogin silent again. ok djm@
Diffstat (limited to 'session.c')
-rw-r--r--session.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/session.c b/session.c
index 7a70b82e6..6844720d4 100644
--- a/session.c
+++ b/session.c
@@ -1434,7 +1434,7 @@ do_child(Session *s, const char *command)
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 }