mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Fix merge of SPASSWD changes
This commit is contained in:
parent
95627d674a
commit
31dd2fb5eb
@ -225,7 +225,7 @@ slap_passwd_check(
|
|||||||
int result = 1;
|
int result = 1;
|
||||||
|
|
||||||
#if defined( SLAPD_CRYPT ) || defined( SLAPD_PASSWD )
|
#if defined( SLAPD_CRYPT ) || defined( SLAPD_PASSWD )
|
||||||
ldap_pvt_thread_mutex_lock( &crypt_mutex );
|
ldap_pvt_thread_mutex_lock( &passwd_mutex );
|
||||||
#ifdef SLAPD_SPASSWD
|
#ifdef SLAPD_SPASSWD
|
||||||
lutil_passwd_sasl_conn = conn->c_sasl_context;
|
lutil_passwd_sasl_conn = conn->c_sasl_context;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user