mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-25 06:45:39 +02:00
- (djm) Fix brace mismatch from Corinna Vinschen <vinschen@cygnus.com>
This commit is contained in:
parent
c92709967e
commit
9b6d4ab8f9
@ -1,3 +1,6 @@
|
|||||||
|
20000702
|
||||||
|
- (djm) Fix brace mismatch from Corinna Vinschen <vinschen@cygnus.com>
|
||||||
|
|
||||||
20000701
|
20000701
|
||||||
- (djm) Fix Tru64 SIA problems reported by John P Speno <speno@isc.upenn.edu>
|
- (djm) Fix Tru64 SIA problems reported by John P Speno <speno@isc.upenn.edu>
|
||||||
- (djm) Login fixes from Tom Bertelson <tbert@abac.com>
|
- (djm) Login fixes from Tom Bertelson <tbert@abac.com>
|
||||||
|
@ -170,7 +170,7 @@
|
|||||||
#include "xmalloc.h"
|
#include "xmalloc.h"
|
||||||
#include "loginrec.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
|
** prototypes for helper functions in this file
|
||||||
@ -1271,8 +1271,8 @@ syslogin_perform_logout(struct logininfo *li)
|
|||||||
# ifdef HAVE_LOGWTMP
|
# ifdef HAVE_LOGWTMP
|
||||||
} else {
|
} else {
|
||||||
logwtmp(line, "", "");
|
logwtmp(line, "", "");
|
||||||
}
|
|
||||||
# endif
|
# endif
|
||||||
|
}
|
||||||
/* FIXME: (ATL - if the need arises) What to do if we have
|
/* FIXME: (ATL - if the need arises) What to do if we have
|
||||||
* login, but no logout? what if logout but no logwtmp? All
|
* login, but no logout? what if logout but no logwtmp? All
|
||||||
* routines are in libutil so they should all be there,
|
* routines are in libutil so they should all be there,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user