Skip to content
Snippets Groups Projects
Commit 8a8ed19a authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

fix typo in comment

parent 890a3cc3
Branches
Tags
No related merge requests found
......@@ -24,7 +24,7 @@ static slap_mask_t index_mask(
AttributeType *at;
slap_mask_t mask = 0;
/* we do support indexing of binary attributes */
/* we do not support indexing of binary attributes */
if( slap_ad_is_binary( desc ) ) return 0;
attr_mask( be->be_private, desc->ad_cname->bv_val, &mask );
......@@ -318,12 +318,10 @@ index_entry(
Attribute *ap
)
{
Debug( LDAP_DEBUG_TRACE, "=> index_entry_%s( %ld, \"%s\" )\n",
op == SLAP_INDEX_ADD_OP ? "add" : "del",
e->e_id, e->e_dn );
/* add each attribute to the indexes */
for ( ; ap != NULL; ap = ap->a_next ) {
index_values( be, ap->a_desc, ap->a_vals, e->e_id, op );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment