mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 21:50:49 -05:00
handle cannotChain result
This commit is contained in:
parent
3b84f11d25
commit
8637bc5b28
1 changed files with 3 additions and 0 deletions
|
|
@ -378,6 +378,9 @@ glue_op_search ( Operation *op, SlapReply *rs )
|
|||
case LDAP_TIMELIMIT_EXCEEDED:
|
||||
case LDAP_ADMINLIMIT_EXCEEDED:
|
||||
case LDAP_NO_SUCH_OBJECT:
|
||||
#ifdef LDAP_CONTROL_X_CHAINING_BEHAVIOR
|
||||
case LDAP_CANNOT_CHAIN:
|
||||
#endif /* LDAP_CONTROL_X_CHAINING_BEHAVIOR */
|
||||
goto end_of_loop;
|
||||
|
||||
default:
|
||||
|
|
|
|||
Loading…
Reference in a new issue