mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Fix PHREAD typo.
This commit is contained in:
parent
c32dcd6365
commit
4ea54855c2
@ -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 New Issue
Block a user