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 a9b4d87a3..a595a53cc 100644
--- a/session.c
+++ b/session.c
@@ -1046,8 +1046,8 @@ do_child(const char *command, struct passwd * pw, const char *term,
1046 switch, so we let login(1) to this for us. */ 1046 switch, so we let login(1) to this for us. */
1047 if (!options.use_login) { 1047 if (!options.use_login) {
1048#ifdef HAVE_OSF_SIA 1048#ifdef HAVE_OSF_SIA
1049#else /* HAVE_OSF_SIA */
1050 session_setup_sia(pw->pw_name, ttyname); 1049 session_setup_sia(pw->pw_name, ttyname);
1050#else /* HAVE_OSF_SIA */
1051#ifdef HAVE_CYGWIN 1051#ifdef HAVE_CYGWIN
1052 if (is_winnt) { 1052 if (is_winnt) {
1053#else 1053#else