summaryrefslogtreecommitdiffstats
path: root/sesman/scp_v0.c
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2014-04-20 00:42:19 -0700
committerJay Sorg <jay.sorg@gmail.com>2014-04-20 00:42:19 -0700
commit1934c9ea00cb4cb35a2561273c8df8339c8023a1 (patch)
tree1e74bb18dae18c1bc0ade18c0562847d4ac467d1 /sesman/scp_v0.c
parent03a5914609298515ea2855f1cf45f3ba7d8cf170 (diff)
downloadxrdp-proprietary-1934c9ea00cb4cb35a2561273c8df8339c8023a1.tar.gz
xrdp-proprietary-1934c9ea00cb4cb35a2561273c8df8339c8023a1.zip
sesman: more options for session lookup from Fredy Paquet
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 9e7d9083..ce528d46 100644
--- a/sesman/scp_v0.c
+++ b/sesman/scp_v0.c
@@ -74,7 +74,7 @@ scp_v0_process(struct SCP_CONNECTION *c, struct SCP_SESSION *s)
else if (data)
{
s_item = session_get_bydata(s->username, s->width, s->height,
- s->bpp, s->type);
+ s->bpp, s->type, s->client_ip);
if (s_item != 0)
{