mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-06-11 01:30:05 -04:00
Import ITS#255 cthread typo fix from -devel.
This commit is contained in:
parent
b971ecfe1d
commit
bfde72d8d0
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue