mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -05:00
LDAP_OPERATIONS -> LDAP_OTHER
This commit is contained in:
parent
16dc181de4
commit
28d7d099be
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ ldap_back_getconn(struct ldapinfo *li, Connection *conn, Operation *op)
|
|||
if (!lc) {
|
||||
ld = ldap_init(li->host, li->port);
|
||||
if (!ld) {
|
||||
send_ldap_result( conn, op, LDAP_OPERATIONS_ERROR,
|
||||
send_ldap_result( conn, op, LDAP_OTHER,
|
||||
NULL, "ldap_init failed", NULL, NULL );
|
||||
return( NULL );
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue