]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
- (bal) Set the correct current time in login_utmp_only(). Patch by
authorBen Lindstrom <mouring@eviladmin.org>
Fri, 26 Oct 2001 15:56:55 +0000 (15:56 +0000)
committerBen Lindstrom <mouring@eviladmin.org>
Fri, 26 Oct 2001 15:56:55 +0000 (15:56 +0000)
   Wayne Davison <wayned@users.sourceforge.net>

ChangeLog
loginrec.c

index c14f7d81c11f9e97b845867f594841e030db0a54..788571d9a795a861e445863945c89a794fb74ec3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+20011026
+ - (bal) Set the correct current time in login_utmp_only().  Patch by
+   Wayne Davison <wayned@users.sourceforge.net>
+
 20011025
  - (bal) Use VDISABLE if _POSIX_VDISABLE is set in readpassphrase.c.  Patch
    by todd@
  - Wrote replacements for strlcpy and mkdtemp
  - Released 1.0pre1
 
-$Id: ChangeLog,v 1.1618 2001/10/25 17:01:30 tim Exp $
+$Id: ChangeLog,v 1.1619 2001/10/26 15:56:55 mouring Exp $
index 8d0b3b81fac78211f65dc1bc2a40be6d7140d4fd..4e4d2fa1687fbc86087d42aa96685a2f36b5db29 100644 (file)
 #include "log.h"
 #include "atomicio.h"
 
-RCSID("$Id: loginrec.c,v 1.36 2001/10/22 06:49:23 djm Exp $");
+RCSID("$Id: loginrec.c,v 1.37 2001/10/26 15:56:56 mouring Exp $");
 
 #ifdef HAVE_UTIL_H
 #  include <util.h>
@@ -448,6 +448,7 @@ int
 login_utmp_only(struct logininfo *li)
 {
        li->type = LTYPE_LOGIN; 
+       login_set_current_time(li);
 # ifdef USE_UTMP
        utmp_write_entry(li);
 # endif