projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e8dafd
)
Deal with CVS not doing what I expected with a branch so the code compiles and works
author
Sam Hartman
<hartmans@mit.edu>
Tue, 16 Jan 1996 19:43:46 +0000
(19:43 +0000)
committer
Sam Hartman
<hartmans@mit.edu>
Tue, 16 Jan 1996 19:43:46 +0000
(19:43 +0000)
until I merge changes.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7324
dc483132
-0cff-0310-8789-
dd5450dbe970
src/util/pty/update_utmp.c
patch
|
blob
|
history
diff --git
a/src/util/pty/update_utmp.c
b/src/util/pty/update_utmp.c
index 475186dea6d1eab81b1f7ca19464aa007a2395f2..1c319ab09584dee708537fe8f55e5e53bb9442ef 100644
(file)
--- 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
);
}