summaryrefslogtreecommitdiffstats
path: root/xup
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2015-07-13 01:10:48 -0700
committerJay Sorg <jay.sorg@gmail.com>2015-07-13 01:10:48 -0700
commit6c23b85593600e96fba8c67e5fd21586bfafcb15 (patch)
tree117953cf72098c22b926a08f174a5e0333515d59 /xup
parent136e0725130ae74e7578d50f9ed16d44c0a5067a (diff)
downloadxrdp-proprietary-6c23b85593600e96fba8c67e5fd21586bfafcb15.tar.gz
xrdp-proprietary-6c23b85593600e96fba8c67e5fd21586bfafcb15.zip
add timeout to trans_get_wait_objs_rw
Diffstat (limited to 'xup')
-rw-r--r--xup/xup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xup/xup.c b/xup/xup.c
index 40aae0a5..576fec88 100644
--- a/xup/xup.c
+++ b/xup/xup.c
@@ -1510,7 +1510,7 @@ lib_mod_get_wait_objs(struct mod *mod, tbus *read_objs, int *rcount,
if (mod->trans != 0)
{
trans_get_wait_objs_rw(mod->trans, read_objs, rcount,
- write_objs, wcount);
+ write_objs, wcount, timeout);
}
}
return 0;