mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-10 08:53:27 -05:00
Use a specific sr_type for intermediate Glue results
This commit is contained in:
parent
8b49d50e92
commit
8b457119ac
2 changed files with 3 additions and 2 deletions
|
|
@ -166,7 +166,7 @@ glue_op_response ( Operation *op, SlapReply *rs )
|
|||
gs->ctrls = newctrls;
|
||||
}
|
||||
/* This is not a final result */
|
||||
rs->sr_type = REP_INTERMEDIATE;
|
||||
rs->sr_type = REP_GLUE_RESULT;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1961,7 +1961,8 @@ typedef enum slap_reply_e {
|
|||
REP_EXTENDED,
|
||||
REP_SEARCH,
|
||||
REP_SEARCHREF,
|
||||
REP_INTERMEDIATE
|
||||
REP_INTERMEDIATE,
|
||||
REP_GLUE_RESULT
|
||||
} slap_reply_t;
|
||||
|
||||
typedef struct rep_sasl_s {
|
||||
|
|
|
|||
Loading…
Reference in a new issue