]> git.sur5r.net Git - openldap/commitdiff
ITS#7710 fix typo
authorHoward Chu <hyc@openldap.org>
Thu, 10 Oct 2013 11:04:44 +0000 (04:04 -0700)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 10 Oct 2013 16:52:47 +0000 (09:52 -0700)
servers/slapd/overlays/refint.c

index 4f7a3f6e4575a58b1c78c1bff3a8f116e0320ff5..eca78dc0981f68d20fd5a3a95017733001beaf54 100644 (file)
@@ -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};