mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 21:50:49 -05:00
Fix compilation error
This commit is contained in:
parent
5ab0d4af84
commit
9ff7e0d263
1 changed files with 1 additions and 1 deletions
|
|
@ -236,10 +236,10 @@ bdb_idl_fetch_key(
|
|||
void *ptr;
|
||||
size_t len;
|
||||
int rc2;
|
||||
int flags = bdb->bi_db_opflags | DB_MULTIPLE;
|
||||
data.data = buf;
|
||||
data.ulen = BDB_IDL_UM_SIZEOF;
|
||||
data.flags = DB_DBT_USERMEM;
|
||||
int flags = bdb->bi_db_opflags | DB_MULTIPLE;
|
||||
|
||||
if ( tid )
|
||||
flags |= DB_RMW;
|
||||
|
|
|
|||
Loading…
Reference in a new issue