mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Fix tid vs thread typo
This commit is contained in:
parent
3f52596360
commit
eea46a1bb4
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,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