]> andersk Git - openssh.git/commitdiff
- (bal) Set the correct current time in login_utmp_only(). Patch by
authormouring <mouring>
Fri, 26 Oct 2001 15:56:55 +0000 (15:56 +0000)
committermouring <mouring>
Fri, 26 Oct 2001 15:56:55 +0000 (15:56 +0000)
   Wayne Davison <wayned@users.sourceforge.net>

ChangeLog
loginrec.c

index e140edfcb7b084644b6e3448f4ed28cde9ee5ce3..cd5403e0680707e4e96a386f93604fe822f946b7 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@
index 5e9f96fbd31a1eb473a819a1c5ec443e2e0e8774..96785fbd4979943b89564c116c40ede2c7137a9e 100644 (file)
@@ -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
This page took 0.204585 seconds and 5 git commands to generate.