mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
More for ITS#7170
This commit is contained in:
parent
3792e9ec59
commit
9b9f4984f0
1 changed files with 1 additions and 0 deletions
|
|
@ -518,6 +518,7 @@ mdb_idl_insert_keys(
|
|||
}
|
||||
}
|
||||
} else if ( rc == MDB_NOTFOUND ) {
|
||||
flag &= ~MDB_APPEND;
|
||||
put1: data.mv_data = &id;
|
||||
data.mv_size = sizeof(ID);
|
||||
rc = mdb_cursor_put( cursor, &key, &data, flag );
|
||||
|
|
|
|||
Loading…
Reference in a new issue