mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
fix previous commit
This commit is contained in:
parent
2245aff52c
commit
553d83c3c1
@ -62,6 +62,7 @@ bdb_bind( Operation *op, SlapReply *rs )
|
||||
/* give the database a chanche */
|
||||
break;
|
||||
}
|
||||
#endif /* traditional */
|
||||
|
||||
rs->sr_err = LOCK_ID(bdb->bi_dbenv, &locker);
|
||||
switch(rs->sr_err) {
|
||||
@ -72,7 +73,6 @@ bdb_bind( Operation *op, SlapReply *rs )
|
||||
send_ldap_result( op, rs );
|
||||
return rs->sr_err;
|
||||
}
|
||||
#endif /* traditional */
|
||||
|
||||
dn2entry_retry:
|
||||
/* get entry with reader lock */
|
||||
|
Loading…
Reference in New Issue
Block a user