summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv/chansrv.h
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2012-10-21 22:16:14 -0700
committerJay Sorg <jay.sorg@gmail.com>2012-10-21 22:16:14 -0700
commit159e240845afae8e491469f413af3fb529ef4678 (patch)
tree9a5089f3708f46595c738e98af7c7fd3a891a622 /sesman/chansrv/chansrv.h
parent91be5fe9ad8f0ee28fe6744a5a0b39eab4631d17 (diff)
downloadxrdp-proprietary-159e240845afae8e491469f413af3fb529ef4678.tar.gz
xrdp-proprietary-159e240845afae8e491469f413af3fb529ef4678.zip
chansrv: dvc_chan_id should be signed
Diffstat (limited to 'sesman/chansrv/chansrv.h')
-rw-r--r--sesman/chansrv/chansrv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/chansrv/chansrv.h b/sesman/chansrv/chansrv.h
index b8f47742..a6b88a35 100644
--- a/sesman/chansrv/chansrv.h
+++ b/sesman/chansrv/chansrv.h
@@ -50,7 +50,7 @@ struct xrdp_api_data
/* for dynamic virtual channels */
struct trans *transp;
- tui32 dvc_chan_id;
+ int dvc_chan_id;
int is_connected;
};