- (dtucker) [session.c] Bug #927: make .hushlogin silent again. ok djm@

This commit is contained in:
Darren Tucker 2004-09-11 23:09:53 +10:00
parent 77fc29eeb3
commit a2a3ed0010
2 changed files with 3 additions and 2 deletions

View File

@ -10,6 +10,7 @@
Bug #892: Send messages from failing PAM account modules to the client via
SSH2_MSG_USERAUTH_BANNER messages. Note that this will not happen with
SSH2 kbdint authentication, which need to be dealt with separately. ok djm@
- (dtucker) [session.c] Bug #927: make .hushlogin silent again. ok djm@
20040830
- (dtucker) [session.c openbsd-compat/bsd-cygwin_util.{c,h}] Bug #915: only
@ -1729,4 +1730,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
$Id: ChangeLog,v 1.3544 2004/09/11 13:07:03 dtucker Exp $
$Id: ChangeLog,v 1.3545 2004/09/11 13:09:53 dtucker Exp $

View File

@ -1434,7 +1434,7 @@ do_child(Session *s, const char *command)
* generated messages, so if this in an interactive
* login then display them too.
*/
if (command == NULL)
if (!check_quietlogin(s, command))
display_loginmsg();
#endif /* HAVE_OSF_SIA */
}