diff options
author | jsorg71 <jsorg71> | 2006-02-11 04:17:12 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2006-02-11 04:17:12 +0000 |
commit | 9e1c8b2fc096830e6e8f26e1da7298fffa6432ae (patch) | |
tree | 47c7b45df0e3aaca6b185123e5183716cb5b9b76 /libxrdp | |
parent | 23b4bb18aef607cc27d0a925d7815a6ea6d1ea34 (diff) | |
download | xrdp-proprietary-9e1c8b2fc096830e6e8f26e1da7298fffa6432ae.tar.gz xrdp-proprietary-9e1c8b2fc096830e6e8f26e1da7298fffa6432ae.zip |
iso layer fix
Diffstat (limited to 'libxrdp')
-rw-r--r-- | libxrdp/xrdp_iso.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libxrdp/xrdp_iso.c b/libxrdp/xrdp_iso.c index 70596763..0be40e0c 100644 --- a/libxrdp/xrdp_iso.c +++ b/libxrdp/xrdp_iso.c @@ -116,7 +116,7 @@ xrdp_iso_send_msg(struct xrdp_iso* self, struct stream* s, int code) out_uint8(s, 3); out_uint8(s, 0); out_uint16_be(s, 11); /* length */ - out_uint8(s, 8); + out_uint8(s, 6); out_uint8(s, code); out_uint16_le(s, 0); out_uint16_le(s, 0); |