summaryrefslogtreecommitdiffstats
path: root/sesman/scp_v0.c
diff options
context:
space:
mode:
authormetalefty <meta@vmeta.jp>2018-06-14 11:04:43 +0900
committerGitHub <noreply@github.com>2018-06-14 11:04:43 +0900
commitf83d967f46b34cb1d3d08f12edbec8521dcc4888 (patch)
treefcdfd944d207750e2cd399832611cd31f5f6063d /sesman/scp_v0.c
parent91c5ee4475a52515195f44767b7bfaa32a6fd4e2 (diff)
parentcde5b0912907a279e4a2e1694690d308b318fc12 (diff)
downloadxrdp-proprietary-f83d967f46b34cb1d3d08f12edbec8521dcc4888.tar.gz
xrdp-proprietary-f83d967f46b34cb1d3d08f12edbec8521dcc4888.zip
Merge pull request #1120 from matt335672/set-env-on-reconnect
Copy the PAM session environment for the reconnect script
Diffstat (limited to 'sesman/scp_v0.c')
-rw-r--r--sesman/scp_v0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/scp_v0.c b/sesman/scp_v0.c
index de00068b..cc3712cc 100644
--- a/sesman/scp_v0.c
+++ b/sesman/scp_v0.c
@@ -96,7 +96,7 @@ scp_v0_process(struct SCP_CONNECTION *c, struct SCP_SESSION *s)
s_item->pid);
}
- session_reconnect(display, s->username);
+ session_reconnect(display, s->username, data);
}
else
{