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 /xrdp/xrdp_process.c | |
| parent | 136e0725130ae74e7578d50f9ed16d44c0a5067a (diff) | |
| download | xrdp-proprietary-6c23b85593600e96fba8c67e5fd21586bfafcb15.tar.gz xrdp-proprietary-6c23b85593600e96fba8c67e5fd21586bfafcb15.zip | |
add timeout to trans_get_wait_objs_rw
Diffstat (limited to 'xrdp/xrdp_process.c')
| -rw-r--r-- | xrdp/xrdp_process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xrdp/xrdp_process.c b/xrdp/xrdp_process.c index 4f869ab2..7d9c3a14 100644 --- a/xrdp/xrdp_process.c +++ b/xrdp/xrdp_process.c @@ -220,7 +220,7 @@ xrdp_process_main_loop(struct xrdp_process *self) xrdp_wm_get_wait_objs(self->wm, robjs, &robjs_count, wobjs, &wobjs_count, &timeout); trans_get_wait_objs_rw(self->server_trans, robjs, &robjs_count, - wobjs, &wobjs_count); + wobjs, &wobjs_count, &timeout); /* wait */ if (g_obj_wait(robjs, robjs_count, wobjs, wobjs_count, timeout) != 0) { |
