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