diff options
Diffstat (limited to 'xrdp/xrdp_mm.c')
| -rw-r--r-- | xrdp/xrdp_mm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xrdp/xrdp_mm.c b/xrdp/xrdp_mm.c index 0ba2f72f..0b764cc6 100644 --- a/xrdp/xrdp_mm.c +++ b/xrdp/xrdp_mm.c @@ -1845,7 +1845,7 @@ void init_channel_allowed(struct xrdp_wm* wm) /* first reset allowedchannels */ for (i = 0; i < MAX_NR_CHANNELS; i++) { - /* 0 is a valid channel so we use -1 to mark the index as unused */ + /* 0 is a valid channel so we use -1 to mark the index as unused */ wm->allowedchannels[i] = -1; } names = list_create(); |
