mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-04 06:01:23 -05:00
ITS#8107 don't shadow rc
This commit is contained in:
parent
14815f318b
commit
4f82c10120
1 changed files with 0 additions and 1 deletions
|
|
@ -882,7 +882,6 @@ memberof_op_modify( Operation *op, SlapReply *rs )
|
|||
assert( ml->sml_nvalues != NULL );
|
||||
|
||||
for ( i = 0; !BER_BVISNULL( &ml->sml_nvalues[ i ] ); i++ ) {
|
||||
int rc;
|
||||
Entry *e;
|
||||
|
||||
/* ITS#6670 Ignore member pointing to this entry */
|
||||
|
|
|
|||
Loading…
Reference in a new issue