mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
fix extended matching when rule is missing (ITS#3216)
This commit is contained in:
parent
7800e8afee
commit
81e0f286de
1
CHANGES
1
CHANGES
@ -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)
|
||||
|
@ -1080,7 +1080,6 @@ put_simple_vrFilter(
|
||||
|
||||
{
|
||||
char *rule = strchr( str, ':' );
|
||||
*rule++ = '\0';
|
||||
|
||||
if( rule == NULL ) {
|
||||
/* must have attribute */
|
||||
|
Loading…
Reference in New Issue
Block a user