diff options
| author | Jay Sorg <jay.sorg@gmail.com> | 2014-12-23 20:04:20 -0800 |
|---|---|---|
| committer | Jay Sorg <jay.sorg@gmail.com> | 2014-12-23 20:04:20 -0800 |
| commit | 25809f4f1c821249d44b8f6822a3752a66e8bc8f (patch) | |
| tree | 2ad01e59c0754664da8fc2deb26a0fd2fad294b2 /libxrdp/xrdp_mcs.c | |
| parent | eddf0eefdcb54320641f519a38403bb48d3001e5 (diff) | |
| download | xrdp-proprietary-25809f4f1c821249d44b8f6822a3752a66e8bc8f.tar.gz xrdp-proprietary-25809f4f1c821249d44b8f6822a3752a66e8bc8f.zip | |
libxrdp: no logic change, tabs to spaces
Diffstat (limited to 'libxrdp/xrdp_mcs.c')
| -rw-r--r-- | libxrdp/xrdp_mcs.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
