mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Use a specific sr_type for intermediate Glue results
This commit is contained in:
parent
8b49d50e92
commit
8b457119ac
@ -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 New Issue
Block a user