]> git.sur5r.net Git - openldap/commitdiff
Import PTHREAD typo fix from -devel.
authorKurt Zeilenga <kurt@openldap.org>
Wed, 27 Jan 1999 23:15:19 +0000 (23:15 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 27 Jan 1999 23:15:19 +0000 (23:15 +0000)
servers/slapd/main.c

index 4f8c778bcdb750d2055bbf7f816de3c9eea0f973..24c7fff95ecc110cbe9bc8f1283a896673e899d0 100644 (file)
@@ -143,7 +143,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 );