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 8c6cdadad..dcecf1ae3 100644
--- a/session.c
+++ b/session.c
@@ -1120,7 +1120,7 @@ launch_login(struct passwd *pw, const char *hostname)
1120 1120
1121 execl(LOGIN_PROGRAM, "login", "-h", hostname, 1121 execl(LOGIN_PROGRAM, "login", "-h", hostname,
1122#ifdef xxxLOGIN_NEEDS_TERM 1122#ifdef xxxLOGIN_NEEDS_TERM
1123 (s->term ? s->term : "unknown"), 1123 (s->term ? s->term : "unknown"),
1124#endif /* LOGIN_NEEDS_TERM */ 1124#endif /* LOGIN_NEEDS_TERM */
1125#ifdef LOGIN_NO_ENDOPT 1125#ifdef LOGIN_NO_ENDOPT
1126 "-p", "-f", pw->pw_name, (char *)NULL); 1126 "-p", "-f", pw->pw_name, (char *)NULL);