Make stream socket non-blocking

This commit is contained in:
João Paulo Rechi Vita 2008-08-14 20:57:32 -03:00 committed by Lennart Poettering
parent 71f1d68dac
commit 2e51b93026

View file

@ -509,6 +509,7 @@ static int bt_getstreamfd(struct userdata *u) {
// return 0; // return 0;
// /* FIXME : handle error codes */ // /* FIXME : handle error codes */
// } // }
pa_make_fd_nonblock(u->stream_fd);
return 0; return 0;
} }