diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2013-12-16 20:16:15 -0800 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2013-12-16 20:16:15 -0800 |
commit | aec48211d5e602020f3c8240f713fba8980e9611 (patch) | |
tree | c8284a4b777e0117ad93715a729c9e2c276273c6 /sesman/chansrv | |
parent | cd2eca557347430b39111ef0a0e2a2742c16e1d1 (diff) | |
download | xrdp-proprietary-aec48211d5e602020f3c8240f713fba8980e9611.tar.gz xrdp-proprietary-aec48211d5e602020f3c8240f713fba8980e9611.zip |
chansrv: disable rail for now
Diffstat (limited to 'sesman/chansrv')
-rw-r--r-- | sesman/chansrv/chansrv.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sesman/chansrv/chansrv.c b/sesman/chansrv/chansrv.c index f95d839d..540d81ea 100644 --- a/sesman/chansrv/chansrv.c +++ b/sesman/chansrv/chansrv.c @@ -546,7 +546,8 @@ process_message_channel_setup(struct stream *s) g_rdpdr_index = g_num_chan_items; g_rdpdr_chan_id = ci->id; } - else if (g_strcasecmp(ci->name, "rail") == 0) + /* disabled for now */ + else if (g_strcasecmp(ci->name, "notrail") == 0) { g_rail_index = g_num_chan_items; g_rail_chan_id = ci->id; |