mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
ITS#7710 fix typo
This commit is contained in:
parent
44504848ac
commit
63314e9c4a
1 changed files with 1 additions and 1 deletions
|
|
@ -566,7 +566,7 @@ refint_repair(
|
|||
*
|
||||
*/
|
||||
|
||||
opid = op2.o_opid;
|
||||
opid = op->o_opid;
|
||||
op2 = *op;
|
||||
for ( dp = rq->attrs; dp; dp = dp->next ) {
|
||||
SlapReply rs2 = {REP_RESULT};
|
||||
|
|
|
|||
Loading…
Reference in a new issue