summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--session.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/session.c b/session.c
index 485924570..4653b09ff 100644
--- a/session.c
+++ b/session.c
@@ -1322,7 +1322,7 @@ do_setup_env(Session *s, const char *shell)
1322 * Pull in any environment variables that may have 1322 * Pull in any environment variables that may have
1323 * been set by PAM. 1323 * been set by PAM.
1324 */ 1324 */
1325 if (options.use_pam) { 1325 if (options.use_pam && !options.use_login) {
1326 char **p; 1326 char **p;
1327 1327
1328 p = fetch_pam_child_environment(); 1328 p = fetch_pam_child_environment();