diff options
Diffstat (limited to 'session.c')
-rw-r--r-- | session.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | } |