From fcf5268c5bd24054f61c3385ae03ce1290f371ec Mon Sep 17 00:00:00 2001 From: jsorg71 Date: Sat, 5 Nov 2005 05:58:33 +0000 Subject: some minor bugs --- rdp/rdp_mcs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rdp/rdp_mcs.c') 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); -- cgit v1.2.3