summaryrefslogtreecommitdiffstats
path: root/xrdp
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2009-08-21 17:33:35 +0000
committerjsorg71 <jsorg71>2009-08-21 17:33:35 +0000
commitdd6f1f69269f95201f72081a9b8b6abe71ff4ef4 (patch)
tree0e72c22f8bc7c797105d4b29777f2cef8a1727dc /xrdp
parentdb32048d81f0b970a2c37d849aa8ac394ea08f2d (diff)
downloadxrdp-proprietary-dd6f1f69269f95201f72081a9b8b6abe71ff4ef4.tar.gz
xrdp-proprietary-dd6f1f69269f95201f72081a9b8b6abe71ff4ef4.zip
3 seconds is 3000, not 3
Diffstat (limited to 'xrdp')
-rw-r--r--xrdp/xrdp_mm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xrdp/xrdp_mm.c b/xrdp/xrdp_mm.c
index bfdfc4f0..4a32e3f6 100644
--- a/xrdp/xrdp_mm.c
+++ b/xrdp/xrdp_mm.c
@@ -754,7 +754,7 @@ xrdp_mm_process_login_response(struct xrdp_mm* self, struct stream* s)
self->chan_trans->header_size = 8;
self->chan_trans->callback_data = self;
g_snprintf(text, 255, "%d", 7200 + display);
- if (trans_connect(self->chan_trans, "127.0.0.1", text, 3) == 0)
+ if (trans_connect(self->chan_trans, "127.0.0.1", text, 3000) == 0)
{
self->chan_trans_up = 1;
}