Skip to content
Snippets Groups Projects
Commit b3dfae90 authored by Howard Chu's avatar Howard Chu
Browse files

Remove obsolete comment

parent a2a1ffb0
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment