From: Howard Chu Date: Thu, 10 Oct 2013 11:04:44 +0000 (-0700) Subject: ITS#7710 fix typo X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=63314e9c4a1d82f19941ed96627f09e536d8fd37;p=openldap ITS#7710 fix typo --- diff --git a/servers/slapd/overlays/refint.c b/servers/slapd/overlays/refint.c index 4f7a3f6e45..eca78dc098 100644 --- a/servers/slapd/overlays/refint.c +++ b/servers/slapd/overlays/refint.c @@ -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};