diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2015-07-11 01:18:02 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2015-07-11 01:18:02 -0700 |
commit | 72f84fd2ec4f8f322e04fc20d531ca80e6ed2f8a (patch) | |
tree | 0c819790811814b04fe5eff42f83e6c15bdf7f87 /xup | |
parent | 5d73cbd636b82a99e2d3c13e85f0b1981f17207a (diff) | |
download | xrdp-proprietary-72f84fd2ec4f8f322e04fc20d531ca80e6ed2f8a.tar.gz xrdp-proprietary-72f84fd2ec4f8f322e04fc20d531ca80e6ed2f8a.zip |
set the source for xup module
Diffstat (limited to 'xup')
-rw-r--r-- | xup/xup.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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) { |