- (djm) Fix brace mismatch from Corinna Vinschen <vinschen@cygnus.com>

This commit is contained in:
Damien Miller 2000-07-02 08:43:18 +10:00
parent c92709967e
commit 9b6d4ab8f9
2 changed files with 5 additions and 2 deletions

View File

@ -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>

View File

@ -170,7 +170,7 @@
#include "xmalloc.h"
#include "loginrec.h"
RCSID("$Id: loginrec.c,v 1.13 2000/07/01 03:17:42 djm Exp $");
RCSID("$Id: loginrec.c,v 1.14 2000/07/01 22:43:18 djm Exp $");
/**
** prototypes for helper functions in this 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,