Fake intermediate Results to prevent premature cleanup

This commit is contained in:
Howard Chu 2006-12-18 03:10:04 +00:00
parent 915cc54fcb
commit 44dfc63877

View 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;
}