mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
Fix ce9bbd2 missing success return
This commit is contained in:
parent
8b90f05b59
commit
f5b809b2e9
1 changed files with 1 additions and 0 deletions
|
|
@ -337,6 +337,7 @@ bdb_get_nextid(struct bdb_info *bdb, DB_TXN *ltid, ID *cursor)
|
|||
if ( rc )
|
||||
return rc;
|
||||
BDB_DISK2ID( &nid, cursor );
|
||||
return 0;
|
||||
}
|
||||
|
||||
int
|
||||
|
|
|
|||
Loading…
Reference in a new issue