mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
keep attrs count consistent (ITS#6508)
This commit is contained in:
parent
a53019e688
commit
a6298f97fc
@ -580,6 +580,7 @@ memberof_op_add( Operation *op, SlapReply *rs )
|
||||
sizeof( struct berval ) * ( j - i ) );
|
||||
}
|
||||
i--;
|
||||
a->a_numvals--;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user