summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
authorSam Hartman <hartmans@mit.edu>1996-01-16 19:43:46 +0000
committerSam Hartman <hartmans@mit.edu>1996-01-16 19:43:46 +0000
commit3eca0101c07a34ee1f316301db6aa9d3e943f39b (patch)
treeedd8de19fb502e59bd539be2fa19d78214bd16d6 /src/util
parent6e8dafda2b160adcadeb2918a35a4f4df2ab6528 (diff)
downloadkrb5-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.c2
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);
}