summaryrefslogtreecommitdiffstats
path: root/xup
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2015-07-11 01:18:02 -0700
committerJay Sorg <jay.sorg@gmail.com>2015-07-11 01:18:02 -0700
commit72f84fd2ec4f8f322e04fc20d531ca80e6ed2f8a (patch)
tree0c819790811814b04fe5eff42f83e6c15bdf7f87 /xup
parent5d73cbd636b82a99e2d3c13e85f0b1981f17207a (diff)
downloadxrdp-proprietary-72f84fd2ec4f8f322e04fc20d531ca80e6ed2f8a.tar.gz
xrdp-proprietary-72f84fd2ec4f8f322e04fc20d531ca80e6ed2f8a.zip
set the source for xup module
Diffstat (limited to 'xup')
-rw-r--r--xup/xup.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/xup/xup.c b/xup/xup.c
index 8e28e7ab..0e00ba5f 100644
--- a/xup/xup.c
+++ b/xup/xup.c
@@ -140,6 +140,7 @@ lib_mod_connect(struct mod *mod)
int use_uds;
struct stream *s;
char con_port[256];
+ struct source_info *si;
LIB_DEBUG(mod, "in lib_mod_connect");
@@ -193,6 +194,10 @@ lib_mod_connect(struct mod *mod)
}
}
+ si = (struct source_info *) (mod->si);
+ mod->trans->si = si;
+ mod->trans->my_source = XRDP_SOURCE_MOD;
+
while (1)
{