diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2015-07-13 01:10:48 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2015-07-13 01:10:48 -0700 |
commit | 6c23b85593600e96fba8c67e5fd21586bfafcb15 (patch) | |
tree | 117953cf72098c22b926a08f174a5e0333515d59 /xup | |
parent | 136e0725130ae74e7578d50f9ed16d44c0a5067a (diff) | |
download | xrdp-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |