Remove obsolete comment

This commit is contained in:
Howard Chu 2004-12-17 10:24:54 +00:00
parent a2a1ffb05d
commit b3dfae907f

View File

@ -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 );
}