diff options
Diffstat (limited to 'libxrdp/xrdp_sec.c')
| -rw-r--r-- | libxrdp/xrdp_sec.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libxrdp/xrdp_sec.c b/libxrdp/xrdp_sec.c index df2cc653..38ee93f3 100644 --- a/libxrdp/xrdp_sec.c +++ b/libxrdp/xrdp_sec.c @@ -1075,10 +1075,10 @@ xrdp_sec_process_mcs_data(struct xrdp_sec *self) switch (tag) { case SEC_TAG_CLI_INFO: - if (xrdp_sec_process_mcs_cli_info(self, s) != 0) - { - return 1; - } +// if (xrdp_sec_process_mcs_cli_info(self, s) != 0) +// { +// return 1; +// } break; case SEC_TAG_CLI_CRYPT: break; |
