mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
Fix prev commit
This commit is contained in:
parent
f63f46f0b1
commit
db082f4b1d
1 changed files with 1 additions and 0 deletions
|
|
@ -286,6 +286,7 @@ Entry* bdb_tool_entry_get( BackendDB *be, ID id )
|
|||
eh.data += eoff;
|
||||
|
||||
rc = cursor->c_get( cursor, &key, &data, DB_CURRENT );
|
||||
if ( rc ) goto leave;
|
||||
|
||||
#ifdef SLAP_ZONE_ALLOC
|
||||
/* FIXME: will add ctx later */
|
||||
|
|
|
|||
Loading…
Reference in a new issue