Update of /repo/OpenLDAP/pkg/ldap/servers/slapd
Modified Files:
connection.c 1.385 -> 1.386
Log Message:
In connections_shutdown - check for Uninitialized struct first, since
attempting to lock an unint'd mutex may crash on some platforms. And
there is no chance for an unint'd conn to get init'd while shutdown
is occurring, so the unprotected check of struct state is safe.
CVS Web URLs:
http://www.openldap.org/devel/cvsweb.cgi/servers/slapd/http://www.openldap.org/devel/cvsweb.cgi/servers/slapd/connection.c
Changes are generally available on cvs.openldap.org (and CVSweb)
within 30 minutes of being committed.