mirror of https://github.com/neutrinolabs/xrdp
chansrv: use trans_force_write for xrdapi uds
This commit is contained in:
parent
4f45b4c065
commit
2570319869
|
@ -664,7 +664,7 @@ process_message_channel_data(struct stream *s)
|
|||
if (chan_flags & 2) /* last */
|
||||
{
|
||||
s_mark_end(ls);
|
||||
trans_write_copy(g_api_con_trans);
|
||||
rv = trans_force_write(g_api_con_trans);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue