summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv
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 /sesman/chansrv
parent136e0725130ae74e7578d50f9ed16d44c0a5067a (diff)
downloadxrdp-proprietary-6c23b85593600e96fba8c67e5fd21586bfafcb15.tar.gz
xrdp-proprietary-6c23b85593600e96fba8c67e5fd21586bfafcb15.zip
add timeout to trans_get_wait_objs_rw
Diffstat (limited to 'sesman/chansrv')
-rw-r--r--sesman/chansrv/chansrv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/chansrv/chansrv.c b/sesman/chansrv/chansrv.c
index 29e8c106..9752b7f3 100644
--- a/sesman/chansrv/chansrv.c
+++ b/sesman/chansrv/chansrv.c
@@ -1184,7 +1184,7 @@ channel_thread_loop(void *in_val)
num_objs++;
trans_get_wait_objs(g_lis_trans, objs, &num_objs);
trans_get_wait_objs_rw(g_con_trans, objs, &num_objs,
- wobjs, &num_wobjs);
+ wobjs, &num_wobjs, &timeout);
trans_get_wait_objs(g_api_lis_trans, objs, &num_objs);
if (g_api_con_trans_list != 0)