mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-16 11:57:39 -05:00
cleanup
This commit is contained in:
parent
af9e1583a7
commit
3e586bd393
1 changed files with 1 additions and 1 deletions
|
|
@ -1630,7 +1630,7 @@ connection_input(
|
|||
defer = "awaiting write";
|
||||
} else if (conn->c_n_ops_executing >= connection_pool_max/2) {
|
||||
defer = "too many executing";
|
||||
} else if (conn->c_conn_state == SLAP_C_BINDING ) {
|
||||
} else if (conn->c_conn_state == SLAP_C_BINDING) {
|
||||
defer = "binding";
|
||||
} else if (tag != LDAP_REQ_ABANDON && conn->c_n_ops_pending) {
|
||||
defer = "pending operations";
|
||||
|
|
|
|||
Loading…
Reference in a new issue