mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
keep attrs count consistent (ITS#6508)
This commit is contained in:
parent
a53019e688
commit
a6298f97fc
1 changed files with 1 additions and 0 deletions
|
|
@ -580,6 +580,7 @@ memberof_op_add( Operation *op, SlapReply *rs )
|
|||
sizeof( struct berval ) * ( j - i ) );
|
||||
}
|
||||
i--;
|
||||
a->a_numvals--;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue