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

index fb2ee3f36d722d9afc5e858e60066ebc934ba7a8..565688643cb1c68aa5eda0d2a4296ffc39323c47 100644 (file)
@@ -198,7 +198,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 );