]> git.sur5r.net Git - openldap/commit
Use pthread_detach() to detach connection threads instead of
authorKurt Zeilenga <kurt@openldap.org>
Mon, 11 Jan 1999 19:04:34 +0000 (19:04 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 11 Jan 1999 19:04:34 +0000 (19:04 +0000)
commit318531a437022b42dd5c48e699d8c59675c76e1f
treef5a01b09bdd2a32637127b0daa42cf97067ee250
parent82b94e2258a4ee7dbd21155418b34f0596c18611
Use pthread_detach() to detach connection threads instead of
creating them detached.  This hopefully will reduce problems on
draft4 pthread implementations related to creating detached
threads (which is _np under draft4) on some platforms without
causing problems with other thread implementations.
configure
configure.in
include/portable.h.in
servers/slapd/connection.c