Fix layout

This commit is contained in:
norrarvid 2012-06-18 09:11:52 +02:00
parent f4ffaafc20
commit fc49bf6b48
2 changed files with 3 additions and 2 deletions

View File

@ -1396,7 +1396,8 @@ xrdp_wm_process_channel_data(struct xrdp_wm* self,
if (self->mm->mod != 0) if (self->mm->mod != 0)
{ {
chanid = LOWORD(param1); chanid = LOWORD(param1);
if(is_channel_allowed(self, chanid)){ if(is_channel_allowed(self, chanid))
{
if (self->mm->usechansrv) if (self->mm->usechansrv)
{ {
rv = xrdp_mm_process_channel_data(self->mm, param1, param2, rv = xrdp_mm_process_channel_data(self->mm, param1, param2,