mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Fake intermediate Results to prevent premature cleanup
This commit is contained in:
parent
915cc54fcb
commit
44dfc63877
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue