mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Fix missing case
This commit is contained in:
parent
48623df1a8
commit
efb6c24f6b
@ -36,6 +36,7 @@ bdb_compare(
|
||||
|
||||
switch( rc ) {
|
||||
case DB_NOTFOUND:
|
||||
case 0:
|
||||
break;
|
||||
default:
|
||||
rc = LDAP_OTHER;
|
||||
|
Loading…
Reference in New Issue
Block a user