Merge branch 'devel' of github.com:neutrinolabs/xrdp into devel
This commit is contained in:
commit
4ded149eb5
@ -220,7 +220,7 @@ xrdp_iso_send_cc(struct xrdp_iso *self)
|
|||||||
|
|
||||||
len = (int) (s->end - holdp);
|
len = (int) (s->end - holdp);
|
||||||
len_indicator = (int) (s->end - len_indicator_ptr) - 1;
|
len_indicator = (int) (s->end - len_indicator_ptr) - 1;
|
||||||
len_ptr[0] = len << 8;
|
len_ptr[0] = len >> 8;
|
||||||
len_ptr[1] = len;
|
len_ptr[1] = len;
|
||||||
len_indicator_ptr[0] = len_indicator;
|
len_indicator_ptr[0] = len_indicator;
|
||||||
|
|
||||||
@ -372,6 +372,9 @@ xrdp_iso_incoming(struct xrdp_iso *self)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* set things for tls connection */
|
||||||
|
|
||||||
|
|
||||||
/* send connection confirm back to client */
|
/* send connection confirm back to client */
|
||||||
if (xrdp_iso_send_cc(self) != 0)
|
if (xrdp_iso_send_cc(self) != 0)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user