]> git.sur5r.net Git - openldap/commitdiff
Fix PHREAD typo.
authorKurt Zeilenga <kurt@openldap.org>
Wed, 27 Jan 1999 22:42:30 +0000 (22:42 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 27 Jan 1999 22:42:30 +0000 (22:42 +0000)
servers/slapd/main.c

index 4d7885a62b68e73e23cb66d4fa943467c20ef160..f529cb5eca015777d194a49e7e301836a773e104 100644 (file)
@@ -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 );