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

ITS#5521

parent 93ba7a8e
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@ OpenLDAP 2.4.10 Engineering
Fixed slapd multiple attrs in URI (ITS#5516)
Fixed slapd socket assert (ITS#5489)
Fixed slapd-bdb/hdb MAXPATHLEN (ITS#5531)
Fixed slapd-bdb indexing in single ADD/MOD (ITS#5521)
Fixed slapd-ldap entry_get() op-dependent behavior (ITS#5513)
Fixed slapd-meta quarantine crasher (ITS#5522)
Fixed slapo-refint to allow setting modifiers name (ITS#5505)
......
......@@ -292,6 +292,7 @@ bdb_attr_index_config(
b->ai_indexmask = b->ai_newmask;
b->ai_newmask = a->ai_newmask;
ch_free( a );
rc = 0;
continue;
}
fprintf( stderr,
......
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