From: Howard Chu Date: Mon, 18 Dec 2006 03:10:04 +0000 (+0000) Subject: Fake intermediate Results to prevent premature cleanup X-Git-Tag: OPENLDAP_REL_ENG_2_4_4ALPHA~8^2~346 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44dfc63877c0c0c21fd2b32a09d59e17cd25763e;p=thirdparty%2Fopenldap.git Fake intermediate Results to prevent premature cleanup --- diff --git a/servers/slapd/backglue.c b/servers/slapd/backglue.c index 3f413d71fc..3c7cfc6321 100644 --- a/servers/slapd/backglue.c +++ b/servers/slapd/backglue.c @@ -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; }