This commit is contained in:
Quanah Gibson-Mount 2008-02-08 19:18:56 +00:00
parent 7f14d39a9d
commit 32701cd977
2 changed files with 3 additions and 0 deletions

View file

@ -2,6 +2,7 @@ OpenLDAP 2.3 Change Log
OpenLDAP 2.3.41 Engineering
Fixed syncrepl propagation of errors (ITS#5282)
Fixed crash when no-op control is used (ITS#5358)
OpenLDAP 2.3.40 Release (2007/12/25)
Fixed slapd include handling (ITS#5276)

View file

@ -729,6 +729,8 @@ retry: /* transaction retry */
} else {
rs->sr_err = LDAP_X_NO_OPERATION;
ltid = NULL;
/* Only free attrs if they were dup'd. */
if ( dummy.e_attrs == e->e_attrs ) dummy.e_attrs = NULL;
goto return_results;
}