Skip to content
Snippets Groups Projects
Commit eea46a1b authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix tid vs thread typo

parent 3f525963
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment