mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Remove obsolete comment
This commit is contained in:
parent
a2a1ffb05d
commit
b3dfae907f
@ -1246,9 +1246,6 @@ backend_group(
|
||||
if ( target && dn_match( &target->e_nname, op_ndn ) ) {
|
||||
user = target;
|
||||
} else {
|
||||
/* back-bdb stored lockinfo here, we saved it
|
||||
* above. Clear it out so that a new lock can be used.
|
||||
*/
|
||||
op->o_bd = select_backend( op_ndn, 0, 0 );
|
||||
rc = be_entry_get_rw(op, op_ndn, NULL, NULL, 0, &user );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user