summaryrefslogtreecommitdiff
path: root/session.c
diff options
context:
space:
mode:
Diffstat (limited to 'session.c')
-rw-r--r--session.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/session.c b/session.c
index ce9db27ef..c75fea966 100644
--- a/session.c
+++ b/session.c
@@ -1321,7 +1321,7 @@ do_child(Session *s, const char *command)
1321 */ 1321 */
1322 if (!options.use_login) { 1322 if (!options.use_login) {
1323#ifdef HAVE_OSF_SIA 1323#ifdef HAVE_OSF_SIA
1324 session_setup_sia(pw->pw_name, s->ttyfd == -1 ? NULL : s->tty); 1324 session_setup_sia(pw, s->ttyfd == -1 ? NULL : s->tty);
1325 if (!check_quietlogin(s, command)) 1325 if (!check_quietlogin(s, command))
1326 do_motd(); 1326 do_motd();
1327#else /* HAVE_OSF_SIA */ 1327#else /* HAVE_OSF_SIA */