From: Howard Chu Date: Thu, 10 Oct 2013 11:04:44 +0000 (-0700) Subject: ITS#7710 fix typo X-Git-Tag: OPENLDAP_REL_ENG_2_4_37~17 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3455e8449ade97e037cc392b465e3f284e109331;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};