mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-04 06:01:23 -05:00
fix previous commit
This commit is contained in:
parent
b81122d441
commit
d4bc79864d
1 changed files with 0 additions and 2 deletions
|
|
@ -403,7 +403,6 @@ slap_modrdn2mods(
|
|||
|
||||
/* Add new attribute values to the entry */
|
||||
for ( a_cnt = 0; new_rdn[ 0 ][ a_cnt ]; a_cnt++ ) {
|
||||
int rc;
|
||||
AttributeDescription *desc = NULL;
|
||||
Modifications *mod_tmp;
|
||||
|
||||
|
|
@ -458,7 +457,6 @@ slap_modrdn2mods(
|
|||
/* Remove old rdn value if required */
|
||||
if ( deleteoldrdn ) {
|
||||
for ( d_cnt = 0; old_rdn[ 0 ][ d_cnt ]; d_cnt++ ) {
|
||||
int rc;
|
||||
AttributeDescription *desc = NULL;
|
||||
Modifications *mod_tmp;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue