From 3eca0101c07a34ee1f316301db6aa9d3e943f39b Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Tue, 16 Jan 1996 19:43:46 +0000 Subject: [PATCH] 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 --- src/util/pty/update_utmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.26.2