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

@ -1744,7 +1744,7 @@ server_send_to_channel(struct xrdp_mod* mod, int channel_id,
}
else
{
return 1 ;
return 1;
}
}

View File

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