summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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);
}