]> andersk Git - openssh.git/blobdiff - session.c
[loginrec.c session.c sshlogin.c sshlogin.h] Bug 84
[openssh.git] / session.c
index be6843ab142da943937f214542098fe74441c7f4..bf1a3ecf721c75c96fe9e99fba9ca845d9da0607 100644 (file)
--- a/session.c
+++ b/session.c
@@ -1677,7 +1677,7 @@ session_pty_cleanup(void *session)
 
        /* Record that the user has logged out. */
        if (s->pid != 0)
-               record_logout(s->pid, s->tty);
+               record_logout(s->pid, s->tty, s->pw->pw_name);
 
        /* Release the pseudo-tty. */
        pty_release(s->tty);
This page took 0.035115 seconds and 4 git commands to generate.