From bfde72d8d0c6d258077c3124dc61f65ebc8bb68b Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 17 Aug 1999 00:11:38 +0000 Subject: [PATCH] Import ITS#255 cthread typo fix from -devel. --- libraries/liblthread/thr_cthreads.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/liblthread/thr_cthreads.c b/libraries/liblthread/thr_cthreads.c index 6eddb69317..97f0dc7f2c 100644 --- a/libraries/liblthread/thr_cthreads.c +++ b/libraries/liblthread/thr_cthreads.c @@ -47,7 +47,7 @@ int ldap_pvt_thread_join( ldap_pvt_thread_t thread, void **thread_return ) { void *status; - status = (void *) cthread_join ( tid ); + status = (void *) cthread_join ( thread ); if (thread_return != NULL) { *thread_return = status; -- 2.47.2