diff options
| author | Sam Hartman <hartmans@mit.edu> | 1996-01-16 19:43:46 +0000 |
|---|---|---|
| committer | Sam Hartman <hartmans@mit.edu> | 1996-01-16 19:43:46 +0000 |
| commit | 3eca0101c07a34ee1f316301db6aa9d3e943f39b (patch) | |
| tree | edd8de19fb502e59bd539be2fa19d78214bd16d6 /src/util | |
| parent | 6e8dafda2b160adcadeb2918a35a4f4df2ab6528 (diff) | |
| download | krb5-3eca0101c07a34ee1f316301db6aa9d3e943f39b.tar.gz krb5-3eca0101c07a34ee1f316301db6aa9d3e943f39b.tar.xz krb5-3eca0101c07a34ee1f316301db6aa9d3e943f39b.zip | |
Deal with CVS not doing what I expected with a branch so the code compiles and works
until I merge changes.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7324 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util')
| -rw-r--r-- | src/util/pty/update_utmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/pty/update_utmp.c b/src/util/pty/update_utmp.c index 475186dea..1c319ab09 100644 --- a/src/util/pty/update_utmp.c +++ b/src/util/pty/update_utmp.c @@ -138,5 +138,5 @@ if (host) #endif /* HAVE_SETUTENT */ - return ptyint_update_wtmp(&ent, host); + return ptyint_update_wtmp(&ent, host, username); } |
