Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
7574e8aa
Commit
7574e8aa
authored
May 27, 2008
by
Quanah Gibson-Mount
Browse files
ITS#5521
parent
93ba7a8e
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
7574e8aa
...
...
@@ -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)
...
...
servers/slapd/back-bdb/attr.c
View file @
7574e8aa
...
...
@@ -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
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment