mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
ITS#5358
This commit is contained in:
parent
7f14d39a9d
commit
32701cd977
2 changed files with 3 additions and 0 deletions
1
CHANGES
1
CHANGES
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue