]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/init.c
ITS#6625 concurrency patch cleanup
[openldap] / libraries / libldap / init.c
index afdf893ba0ab4e547a0e6e66c69c85d7b43d2bf9..aca545a2d843aaa1e4745dd21e499a1548073ee2 100644 (file)
@@ -36,7 +36,7 @@
 #include "lutil.h"
 
 struct ldapoptions ldap_int_global_options =
-       { LDAP_UNINITIALIZED, LDAP_DEBUG_NONE LDO_MUTEX_NULL };  
+       { LDAP_UNINITIALIZED, LDAP_DEBUG_NONE LDAP_LDO_MUTEX_NULLARG };  
 
 #define ATTR_NONE      0
 #define ATTR_BOOL      1
@@ -510,7 +510,7 @@ ldap_int_destroy_global_options(void)
  */
 void ldap_int_initialize_global_options( struct ldapoptions *gopts, int *dbglvl )
 {
-       MUTEX_FIRSTCREATE(gopts->ldo_mutex);
+       LDAP_PVT_MUTEX_FIRSTCREATE(gopts->ldo_mutex);
        LDAP_MUTEX_LOCK( &gopts->ldo_mutex );
        if (gopts->ldo_valid == LDAP_INITIALIZED) {
                /* someone else got here first */