fix extended matching when rule is missing (ITS#3216)

This commit is contained in:
Pierangelo Masarati 2004-07-03 11:31:57 +00:00
parent 7800e8afee
commit 81e0f286de
2 changed files with 1 additions and 1 deletions

View File

@ -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)

View File

@ -1080,7 +1080,6 @@ put_simple_vrFilter(
{
char *rule = strchr( str, ':' );
*rule++ = '\0';
if( rule == NULL ) {
/* must have attribute */