Fix layout
This commit is contained in:
parent
f4ffaafc20
commit
fc49bf6b48
@ -1744,7 +1744,7 @@ server_send_to_channel(struct xrdp_mod* mod, int channel_id,
|
||||
}
|
||||
else
|
||||
{
|
||||
return 1 ;
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user