mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
Fix last commit.
This commit is contained in:
parent
af4cb85d8b
commit
6f8a3919a1
1 changed files with 1 additions and 1 deletions
|
|
@ -575,8 +575,8 @@ do_bind(
|
|||
|
||||
cleanup:
|
||||
if( conn->c_sasl_bindop != NULL ) {
|
||||
ldap_pvt_thread_mutex_unlock( &conn->c_sasl_bindmutex );
|
||||
conn->c_sasl_bindop = NULL;
|
||||
ldap_pvt_thread_mutex_unlock( &conn->c_sasl_bindmutex );
|
||||
}
|
||||
|
||||
if( pdn.bv_val != NULL ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue