]> git.sur5r.net Git - openldap/commitdiff
Fix missing case
authorHoward Chu <hyc@openldap.org>
Mon, 12 Nov 2001 20:28:23 +0000 (20:28 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 12 Nov 2001 20:28:23 +0000 (20:28 +0000)
servers/slapd/back-bdb/compare.c

index d6e30804a82002bd77d90213ac0ef1cbcc092128..42164ac577c8525334fc7e044280e9b2043715e7 100644 (file)
@@ -36,6 +36,7 @@ bdb_compare(
 
        switch( rc ) {
        case DB_NOTFOUND:
+       case 0:
                break;
        default:
                rc = LDAP_OTHER;