]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Fake intermediate Results to prevent premature cleanup
authorHoward Chu <hyc@openldap.org>
Mon, 18 Dec 2006 03:10:04 +0000 (03:10 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 18 Dec 2006 03:10:04 +0000 (03:10 +0000)
servers/slapd/backglue.c

index 3f413d71fc5246df36ad9cf35b4afc3ca527af50..3c7cfc63219576403f05d570340feef888fb4749 100644 (file)
@@ -165,6 +165,8 @@ glue_op_response ( Operation *op, SlapReply *rs )
                        gs->nctrls = j;
                        gs->ctrls = newctrls;
                }
+               /* This is not a final result */
+               rs->sr_type = REP_INTERMEDIATE;
        }
        return 0;
 }