mirror of https://github.com/neutrinolabs/xrdp
chansrv: dvc_chan_id should be signed
This commit is contained in:
parent
91be5fe9ad
commit
159e240845
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue