mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-08 08:02:16 -05:00
fix no-op crasher (ITS#4925)
This commit is contained in:
parent
f29a4e140e
commit
a01d9f961d
1 changed files with 2 additions and 0 deletions
|
|
@ -588,6 +588,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;
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue