summaryrefslogtreecommitdiffstats
path: root/libxrdp/xrdp_rdp.c
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2014-02-23 20:45:59 -0800
committerJay Sorg <jay.sorg@gmail.com>2014-02-23 20:45:59 -0800
commit950ef882f434bae754e4221f79ac4002b77556b5 (patch)
treeffc997834754872efe4f9715081314d1f7a40cec /libxrdp/xrdp_rdp.c
parent25ad4d8a36b35277e7547484eb4ffe7fc4c1a698 (diff)
downloadxrdp-proprietary-950ef882f434bae754e4221f79ac4002b77556b5.tar.gz
xrdp-proprietary-950ef882f434bae754e4221f79ac4002b77556b5.zip
libxrdp: work on fips
Diffstat (limited to 'libxrdp/xrdp_rdp.c')
-rw-r--r--libxrdp/xrdp_rdp.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/libxrdp/xrdp_rdp.c b/libxrdp/xrdp_rdp.c
index b357e954..0b7678d1 100644
--- a/libxrdp/xrdp_rdp.c
+++ b/libxrdp/xrdp_rdp.c
@@ -305,7 +305,10 @@ xrdp_rdp_recv(struct xrdp_rdp *self, struct stream *s, int *code)
}
else
{
- g_writeln("Wrong channel Id to be handled by xrdp_channel_process %d", chan);
+ if (chan != 1)
+ {
+ g_writeln("Wrong channel Id to be handled by xrdp_channel_process %d", chan);
+ }
}
s->next_packet = 0;