mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
Fix missing case
This commit is contained in:
parent
48623df1a8
commit
efb6c24f6b
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ bdb_compare(
|
|||
|
||||
switch( rc ) {
|
||||
case DB_NOTFOUND:
|
||||
case 0:
|
||||
break;
|
||||
default:
|
||||
rc = LDAP_OTHER;
|
||||
|
|
|
|||
Loading…
Reference in a new issue