mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
More for NULL modrdn modlist
This commit is contained in:
parent
ab33121a7b
commit
dd760f2abc
1 changed files with 1 additions and 1 deletions
|
|
@ -575,7 +575,7 @@ mdb_modrdn( Operation *op, SlapReply *rs )
|
|||
if( num_ctrls ) rs->sr_ctrls = ctrls;
|
||||
|
||||
return_results:
|
||||
if ( dummy.e_attrs != e->e_attrs ) {
|
||||
if ( e != NULL && dummy.e_attrs != e->e_attrs ) {
|
||||
attrs_free( dummy.e_attrs );
|
||||
}
|
||||
send_ldap_result( op, rs );
|
||||
|
|
|
|||
Loading…
Reference in a new issue