mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
Make stream socket non-blocking
This commit is contained in:
parent
71f1d68dac
commit
2e51b93026
1 changed files with 1 additions and 0 deletions
|
|
@ -509,6 +509,7 @@ static int bt_getstreamfd(struct userdata *u) {
|
|||
// return 0;
|
||||
// /* FIXME : handle error codes */
|
||||
// }
|
||||
pa_make_fd_nonblock(u->stream_fd);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue