3 seconds is 3000, not 3
This commit is contained in:
parent
db32048d81
commit
dd6f1f6926
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user