Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
ae0552fd
Commit
ae0552fd
authored
Aug 13, 2009
by
Quanah Gibson-Mount
Browse files
ITS#6240
parent
cee3e022
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
ae0552fd
...
...
@@ -9,6 +9,7 @@ OpenLDAP 2.4.18 Engineering
Fixed slapd certificate parsing (ITS#6241)
Fixed slapd dncachesize behavior to unlimited by default (ITS#6222)
Fixed slapd incorrectly applying writetimeout when not set (ITS#6220)
Fixed slapd with duplicate empty lines for olcDbConfig (ITS#6240)
Fixed slapd server URL matching (ITS#5942)
Fixed slapd subordinate needs a suffix (ITS#6216)
Fixed slapd tools to properly close database (ITS#6214)
...
...
servers/slapd/modify.c
View file @
ae0552fd
...
...
@@ -690,7 +690,7 @@ slap_sort_vals(
#define SWAP(a,b,tmp) tmp=(a);(a)=(b);(b)=tmp
#define COMP(a,b) match=0; rc = ordered_value_match( &match, \
ad, mr, SLAP_MR_EQUALITY \
| SLAP_MR_VALUE_OF_A
TTRIBUTE
_SYNTAX \
| SLAP_MR_VALUE_OF_A
SSERTION
_SYNTAX \
| SLAP_MR_ASSERTED_VALUE_NORMALIZED_MATCH \
| SLAP_MR_ATTRIBUTE_VALUE_NORMALIZED_MATCH, \
&(a), &(b), text );
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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