diff options
| author | norrarvid <norrarvid@gmail.com> | 2012-06-18 08:48:51 +0200 |
|---|---|---|
| committer | norrarvid <norrarvid@gmail.com> | 2012-06-18 08:48:51 +0200 |
| commit | 67a2a3c4c7c2487dffd487a93d7bfe3e89f2328f (patch) | |
| tree | 845e41cf01b20a5e17d75b8d27d67d8ea031d664 /libxrdp/xrdp_mcs.c | |
| parent | 42bda50fe0a9f030ae0ea62a236ed6ae741db3a3 (diff) | |
| download | xrdp-proprietary-67a2a3c4c7c2487dffd487a93d7bfe3e89f2328f.tar.gz xrdp-proprietary-67a2a3c4c7c2487dffd487a93d7bfe3e89f2328f.zip | |
layout fix
Diffstat (limited to 'libxrdp/xrdp_mcs.c')
| -rw-r--r-- | libxrdp/xrdp_mcs.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libxrdp/xrdp_mcs.c b/libxrdp/xrdp_mcs.c index 57494191..1a7a0411 100644 --- a/libxrdp/xrdp_mcs.c +++ b/libxrdp/xrdp_mcs.c @@ -141,14 +141,16 @@ xrdp_mcs_recv(struct xrdp_mcs* self, struct stream* s, int* chan) DEBUG(("xrdp_mcs_recv adding channel %4.4x", chanid)); if(xrdp_mcs_send_cjcf(self, userid, chanid)!=0) { - g_writeln("Non handled error from xrdp_mcs_send_cjcf") ; + g_writeln("Non handled error from xrdp_mcs_send_cjcf") ; } continue; } if(appid==MCS_SDRQ || appid==MCS_SDIN) { break ; - }else{ + } + else + { g_writeln("Recieved an unhandled appid:%d",appid); } break; |
