mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 19:19:35 -05:00
Fix PHREAD typo.
This commit is contained in:
parent
c32dcd6365
commit
4ea54855c2
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ main( int argc, char **argv )
|
|||
exit( 1 );
|
||||
}
|
||||
|
||||
#ifdef HAVE_PHREADS_FINAL
|
||||
#ifdef HAVE_PTHREADS_FINAL
|
||||
pthread_join( listener_tid, (void *) NULL );
|
||||
#else
|
||||
pthread_join( listener_tid, (void *) &status );
|
||||
|
|
|
|||
Loading…
Reference in a new issue