From 25809f4f1c821249d44b8f6822a3752a66e8bc8f Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Tue, 23 Dec 2014 20:04:20 -0800 Subject: libxrdp: no logic change, tabs to spaces --- libxrdp/xrdp_mcs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libxrdp/xrdp_mcs.c') diff --git a/libxrdp/xrdp_mcs.c b/libxrdp/xrdp_mcs.c index dafbbcd9..0ff57b0c 100644 --- a/libxrdp/xrdp_mcs.c +++ b/libxrdp/xrdp_mcs.c @@ -878,7 +878,7 @@ xrdp_mcs_send_connect_response(struct xrdp_mcs *self) xrdp_iso_init(self->iso_layer, s); //TODO: we should calculate the whole length include MCS_CONNECT_RESPONSE xrdp_mcs_ber_out_header(self, s, MCS_CONNECT_RESPONSE, - data_len > 0x80 ? data_len + 38 : data_len + 36); + data_len > 0x80 ? data_len + 38 : data_len + 36); xrdp_mcs_ber_out_header(self, s, BER_TAG_RESULT, 1); out_uint8(s, 0); xrdp_mcs_ber_out_header(self, s, BER_TAG_INTEGER, 1); -- cgit v1.2.3