diff options
author | jsorg71 <jsorg71> | 2005-11-05 05:58:33 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2005-11-05 05:58:33 +0000 |
commit | fcf5268c5bd24054f61c3385ae03ce1290f371ec (patch) | |
tree | 7061657bd120bf4af62bbaadfbc391e8743aa0ae /rdp/rdp_mcs.c | |
parent | 8bb8df0a3bb0aaa74544c5352738ecb77ad5cfee (diff) | |
download | xrdp-proprietary-fcf5268c5bd24054f61c3385ae03ce1290f371ec.tar.gz xrdp-proprietary-fcf5268c5bd24054f61c3385ae03ce1290f371ec.zip |
some minor bugs
Diffstat (limited to 'rdp/rdp_mcs.c')
-rw-r--r-- | rdp/rdp_mcs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rdp/rdp_mcs.c b/rdp/rdp_mcs.c index 5023abda..a7869c56 100644 --- a/rdp/rdp_mcs.c +++ b/rdp/rdp_mcs.c @@ -155,7 +155,7 @@ rdp_mcs_out_domain_params(struct rdp_mcs* self, struct stream* s, int max_users, int max_tokens, int max_pdu_size) { - rdp_mcs_ber_out_header(self, s, MCS_TAG_DOMAIN_PARAMS, 26); + rdp_mcs_ber_out_header(self, s, MCS_TAG_DOMAIN_PARAMS, 32); rdp_mcs_ber_out_int16(self, s, max_channels); rdp_mcs_ber_out_int16(self, s, max_users); rdp_mcs_ber_out_int16(self, s, max_tokens); |