mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Fix ce9bbd2
missing success return
This commit is contained in:
parent
8b90f05b59
commit
f5b809b2e9
@ -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 New Issue
Block a user