mirror of https://github.com/neutrinolabs/xrdp
Merge branch 'master' of github.com:neutrinolabs/xrdp
This commit is contained in:
commit
45492057c5
|
@ -704,7 +704,7 @@ read_raw_audio_data(void *arg)
|
|||
}
|
||||
|
||||
strans->trans_data_in = sttrans_data_in;
|
||||
g_snprintf(path, 255, "/tmp/xrdp_chansrv_audio_socket_%d", g_display_num);
|
||||
g_snprintf(path, 255, CHANSRV_PORT_STR, g_display_num);
|
||||
|
||||
if (trans_connect(strans, "", path, 100) != 0)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue