From abb05d610d981fd8d4f3408a718da79f25a4e87e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 8 May 2010 01:50:05 +0200 Subject: tests: fix once test --- src/tests/once-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tests') diff --git a/src/tests/once-test.c b/src/tests/once-test.c index 37f3ac32..86a12479 100644 --- a/src/tests/once-test.c +++ b/src/tests/once-test.c @@ -80,7 +80,7 @@ int main(int argc, char *argv[]) { pa_zero(once); for (i = 0; i < N_THREADS; i++) - threads[i] = pa_thread_new(thread_func, pa_sprintf_malloc("Thread #%i", i+1)); + threads[i] = pa_thread_new("once", thread_func, pa_sprintf_malloc("Thread #%i", i+1)); for (i = 0; i < N_THREADS; i++) pa_thread_join(threads[i]); -- cgit