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
81e0f286
Commit
81e0f286
authored
Jul 03, 2004
by
Pierangelo Masarati
Browse files
fix extended matching when rule is missing (ITS#3216)
parent
7800e8af
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
81e0f286
...
...
@@ -3,6 +3,7 @@ OpenLDAP 2.1 Change Log
OpenLDAP 2.1.31 Engineering
Fixed slapd extended match memory leak (ITS#3146)
Fixed slapd abandon/cancel pending bug (ITS#3160)
Fixed libldap matchedValues parsing bug (ITS#3216)
OpenLDAP 2.1.30 Release
Fixed slapd userdb checkpass bug (ITS#3048)
...
...
libraries/libldap/filter.c
View file @
81e0f286
...
...
@@ -1080,7 +1080,6 @@ put_simple_vrFilter(
{
char
*
rule
=
strchr
(
str
,
':'
);
*
rule
++
=
'\0'
;
if
(
rule
==
NULL
)
{
/* must have attribute */
...
...
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