Change close() to pa_close()

This commit is contained in:
João Paulo Rechi Vita 2008-08-13 16:08:20 -03:00 committed by Lennart Poettering
parent b4ded21e08
commit d48961f258

View file

@ -479,7 +479,7 @@ static int bt_getstreamfd(struct userdata *u) {
} }
if (u->stream_fd >= 0) if (u->stream_fd >= 0)
close(u->stream_fd); pa_close(u->stream_fd);
u->stream_fd = bt_audio_service_get_data_fd(u->audioservice_fd); u->stream_fd = bt_audio_service_get_data_fd(u->audioservice_fd);
if (u->stream_fd < 0) { if (u->stream_fd < 0) {