Skip to content
Snippets Groups Projects
Commit 44dfc638 authored by Howard Chu's avatar Howard Chu
Browse files

Fake intermediate Results to prevent premature cleanup

parent 915cc54f
Branches
Tags
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment