minor fixes
This commit is contained in:
commit
d198063279
@ -2,8 +2,9 @@
|
||||
xrdp 0.9.0
|
||||
|
||||
Credits
|
||||
This project is very much dependent on FreeRDP(was rdesktop), the work of
|
||||
Matt Chapman and the FreeRDP team members, of which I'm a member.
|
||||
This project is very much dependent on NeutrinoRDP, FreeRDP, rdesktop, and
|
||||
the work of Matt Chapman and the NeutrinoRDP team members, of which I'm a
|
||||
member.
|
||||
|
||||
Mark from up 19.9 was the first to work with rdp server code.
|
||||
|
||||
|
@ -1363,7 +1363,7 @@ read_raw_audio_data(void *arg)
|
||||
}
|
||||
|
||||
strans->trans_data_in = sttrans_data_in;
|
||||
g_snprintf(path, 255, CHANSRV_PORT_STR, g_display_num);
|
||||
g_snprintf(path, 255, CHANSRV_PORT_OUT_STR, g_display_num);
|
||||
|
||||
if (trans_connect(strans, "", path, 100) != 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user