Skip to content
Snippets Groups Projects
Commit 437c3fec authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

Remove unused variable

parent 49f8684a
No related branches found
No related tags found
No related merge requests found
......@@ -251,7 +251,7 @@ int bdb_modify_internal(
/* start with deleting the old index entries */
for ( ap = save_attrs; ap != NULL; ap = ap->a_next ) {
if ( ap->a_flags & SLAP_ATTR_IXDEL ) {
struct berval tmp, *vals;
struct berval *vals;
Attribute *a2;
ap->a_flags &= ~SLAP_ATTR_IXDEL;
a2 = attr_find( e->e_attrs, ap->a_desc );
......
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