diff options
| author | speidy <speidy@gmail.com> | 2013-10-01 08:35:27 +0300 |
|---|---|---|
| committer | speidy <speidy@gmail.com> | 2013-10-01 08:35:27 +0300 |
| commit | da62badee518fa31e3a4f9d7d5fb3ea32de40060 (patch) | |
| tree | 68c98bf0ed4381e7d34714b5a1d89903435d4ba8 /libxrdp/xrdp_iso.c | |
| parent | 24e4b8c937745ccd6855ce6e3d92c36a6f262c28 (diff) | |
| download | xrdp-proprietary-da62badee518fa31e3a4f9d7d5fb3ea32de40060.tar.gz xrdp-proprietary-da62badee518fa31e3a4f9d7d5fb3ea32de40060.zip | |
libxrdp: work on RDP negotiation, add clientRequestedProtocol to MCS
response. (hardcoded values - temporarily)
Diffstat (limited to 'libxrdp/xrdp_iso.c')
| -rw-r--r-- | libxrdp/xrdp_iso.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libxrdp/xrdp_iso.c b/libxrdp/xrdp_iso.c index 99920702..dad2698f 100644 --- a/libxrdp/xrdp_iso.c +++ b/libxrdp/xrdp_iso.c @@ -119,9 +119,6 @@ xrdp_iso_recv_msg(struct xrdp_iso *self, struct stream *s, int *code) in_uint8s(s, 1); in_uint16_be(s, len); - // print CR packet hex dump - g_hexdump(s->p, len); - if (xrdp_tcp_recv(self->tcp_layer, s, len - 4) != 0) { return 1; |
