]> git.sur5r.net Git - openldap/commitdiff
LDAP_OPERATIONS -> LDAP_OTHER
authorKurt Zeilenga <kurt@openldap.org>
Wed, 19 Apr 2000 13:42:08 +0000 (13:42 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 19 Apr 2000 13:42:08 +0000 (13:42 +0000)
servers/slapd/back-ldap/bind.c

index 263321f4c37ad82ae9d5a654ec7098372ab1fde3..9495bf4031bbff829820e4c122995138496737c4 100644 (file)
@@ -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 );
                }