]> andersk Git - openssh.git/commitdiff
- (djm) Fix brace mismatch from Corinna Vinschen <vinschen@cygnus.com>
authordjm <djm>
Sat, 1 Jul 2000 22:43:18 +0000 (22:43 +0000)
committerdjm <djm>
Sat, 1 Jul 2000 22:43:18 +0000 (22:43 +0000)
ChangeLog
loginrec.c

index 521e0bf619b7b462e0cf67d722e7ecff49c6e856..8d9dc9856a0866b7780fa8f59aa0e5a2e21133f8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+20000702
+ - (djm) Fix brace mismatch from Corinna Vinschen <vinschen@cygnus.com>
+
 20000701
  - (djm) Fix Tru64 SIA problems reported by John P Speno <speno@isc.upenn.edu>
  - (djm) Login fixes from Tom Bertelson <tbert@abac.com>
index c286a4490213034760778e2b63f8607e2d546bd4..46d1c19061ae7e633a6d7e5f5912c345b92f4423 100644 (file)
@@ -1271,8 +1271,8 @@ syslogin_perform_logout(struct logininfo *li)
 #  ifdef HAVE_LOGWTMP
        } else {
                logwtmp(line, "", "");
-       }
 #  endif
+       }
        /* FIXME: (ATL - if the need arises) What to do if we have
         * login, but no logout?  what if logout but no logwtmp? All
         * routines are in libutil so they should all be there,
This page took 0.089714 seconds and 5 git commands to generate.