Fixed back-ldap normalization bug
Fixed pcache cache_entries init bug (ITS#3150)
Fixed pcache consistency_check bug (ITS#3151)
+ Fixed libldap SASL mutex init bug (ITS#3123)
Fixed libldap SASL buffering bug (ITS#3139)
Build Environment
Fixed liblber memory debug portability bug (ITS#3116)
ldap_pvt_sasl_mutex_lock,
ldap_pvt_sasl_mutex_unlock,
ldap_pvt_sasl_mutex_dispose );
-
- ldap_pvt_thread_mutex_init( &ldap_int_sasl_mutex );
#endif
if ( sasl_client_init( NULL ) == SASL_OK ) {
ldap_pvt_thread_mutex_init( &ldap_int_ctime_mutex );
#endif
ldap_pvt_thread_mutex_init( &ldap_int_resolv_mutex );
+
+#ifdef HAVE_CYRUS_SASL
+ ldap_pvt_thread_mutex_init( &ldap_int_sasl_mutex );
+#endif
#endif
/* call other module init functions here... */