diff options
author | Sam Hartman <hartmans@mit.edu> | 1996-01-16 19:40:56 +0000 |
---|---|---|
committer | Sam Hartman <hartmans@mit.edu> | 1996-01-16 19:40:56 +0000 |
commit | 6e8dafda2b160adcadeb2918a35a4f4df2ab6528 (patch) | |
tree | d66502e4a632437649655b49c7706a27f9067da5 /src/util/pty/pty-int.h | |
parent | 6a43ea4aed5c8834372fa40ce89d7d1ddfa1fe6d (diff) | |
download | krb5-6e8dafda2b160adcadeb2918a35a4f4df2ab6528.tar.gz krb5-6e8dafda2b160adcadeb2918a35a4f4df2ab6528.tar.xz krb5-6e8dafda2b160adcadeb2918a35a4f4df2ab6528.zip |
Fix handling so that the username is only written out to wtmpx logout records;
I know of no systems that write out usernames in DEAD_PROCESS records
in wtmp, but can special case them in update_wtmp if they are found.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7323 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/pty/pty-int.h')
-rw-r--r-- | src/util/pty/pty-int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/pty/pty-int.h b/src/util/pty/pty-int.h index 1b59275c5..489072654 100644 --- a/src/util/pty/pty-int.h +++ b/src/util/pty/pty-int.h @@ -94,7 +94,7 @@ void initialize_pty_error_table(void); long ptyint_void_association(void); long ptyint_open_ctty (char *slave, int *fd); -long ptyint_update_wtmp (struct utmp *ut, char *host); +long ptyint_update_wtmp (struct utmp *ut, char *host, char *user); void ptyint_vhangup(void); #else /*__STDC__*/ |