diff options
| author | jsorg71 <jay.sorg@gmail.com> | 2014-03-04 14:11:02 -0800 |
|---|---|---|
| committer | jsorg71 <jay.sorg@gmail.com> | 2014-03-04 14:11:02 -0800 |
| commit | 1ce75182afdf8a0fc5a44691dbada0fdc138d867 (patch) | |
| tree | 5c6a169ac9707311c4a10e98215901846566a93f /libxrdp/xrdp_mcs.c | |
| parent | 60dbacc9ffd3b2a9f1f523ecb6426042764233ee (diff) | |
| parent | 866fde498efe893144b0b596999f18af90a743c3 (diff) | |
| download | xrdp-proprietary-1ce75182afdf8a0fc5a44691dbada0fdc138d867.tar.gz xrdp-proprietary-1ce75182afdf8a0fc5a44691dbada0fdc138d867.zip | |
Merge pull request #111 from speidy/fastpath
libxrdp: Fastpath input
Diffstat (limited to 'libxrdp/xrdp_mcs.c')
| -rw-r--r-- | libxrdp/xrdp_mcs.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libxrdp/xrdp_mcs.c b/libxrdp/xrdp_mcs.c index 9dcb5b51..08055191 100644 --- a/libxrdp/xrdp_mcs.c +++ b/libxrdp/xrdp_mcs.c @@ -122,14 +122,13 @@ xrdp_mcs_recv(struct xrdp_mcs *self, struct stream *s, int *chan) int len; int userid; int chanid; - DEBUG((" in xrdp_mcs_recv")); while (1) { if (xrdp_iso_recv(self->iso_layer, s) != 0) { - DEBUG((" out xrdp_mcs_recv xrdp_iso_recv returned non zero")); + DEBUG((" out xrdp_mcs_recv, xrdp_iso_recv return non zero")); return 1; } |
