mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
Fix merge of SPASSWD changes
This commit is contained in:
parent
95627d674a
commit
31dd2fb5eb
1 changed files with 1 additions and 1 deletions
|
|
@ -225,7 +225,7 @@ slap_passwd_check(
|
|||
int result = 1;
|
||||
|
||||
#if defined( SLAPD_CRYPT ) || defined( SLAPD_PASSWD )
|
||||
ldap_pvt_thread_mutex_lock( &crypt_mutex );
|
||||
ldap_pvt_thread_mutex_lock( &passwd_mutex );
|
||||
#ifdef SLAPD_SPASSWD
|
||||
lutil_passwd_sasl_conn = conn->c_sasl_context;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue