Deal with CVS not doing what I expected with a branch so the code compiles and works
authorSam Hartman <hartmans@mit.edu>
Tue, 16 Jan 1996 19:43:46 +0000 (19:43 +0000)
committerSam 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

index 475186dea6d1eab81b1f7ca19464aa007a2395f2..1c319ab09584dee708537fe8f55e5e53bb9442ef 100644 (file)
@@ -138,5 +138,5 @@ if (host)
 
 #endif /* HAVE_SETUTENT */
 
-    return ptyint_update_wtmp(&ent, host);
+    return ptyint_update_wtmp(&ent, host, username);
 }