solaris: update call of pa_thread_new to new prototype

This commit is contained in:
Edward Rudd 2011-02-22 11:04:19 -05:00 committed by Colin Guthrie
parent 03c4fd5c4c
commit ee4a33b586

View file

@ -1015,7 +1015,7 @@ int pa__init(pa_module *m) {
else else
pa_log_warn("Could not register SIGPOLL handler"); pa_log_warn("Could not register SIGPOLL handler");
if (!(u->thread = pa_thread_new(thread_func, u))) { if (!(u->thread = pa_thread_new("solaris", thread_func, u))) {
pa_log("Failed to create thread."); pa_log("Failed to create thread.");
goto fail; goto fail;
} }