]> andersk Git - openssh.git/blobdiff - loginrec.c
- (bal) Part two.. Drop unused AIX header, fix up missing char *cp. All
[openssh.git] / loginrec.c
index 5e9f96fbd31a1eb473a819a1c5ec443e2e0e8774..87c336df082200b7fbdee95c88529858528617b9 100644 (file)
   symbols for the platform.
 
   Use logintest to check which symbols are defined before modifying
-  configure.in and loginrec.c. (You have to build logintest yourself
+  configure.ac and loginrec.c. (You have to build logintest yourself
   with 'make logintest' as it's not built by default.)
 
   Otherwise, patches to the specific method(s) are very helpful!
@@ -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.033541 seconds and 4 git commands to generate.