diff options
Diffstat (limited to 'session.c')
-rw-r--r-- | session.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |