mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
Fixed initialization bug.
This commit is contained in:
parent
02b464b684
commit
939028b43f
1 changed files with 1 additions and 1 deletions
|
|
@ -372,7 +372,7 @@ bdb_dn2idl(
|
|||
/* store the ID */
|
||||
DBTzero( &data );
|
||||
data.data = ids;
|
||||
data.ulen = sizeof(ID);
|
||||
data.ulen = BDB_IDL_UM_SIZEOF;
|
||||
data.flags = DB_DBT_USERMEM;
|
||||
|
||||
/* fetch it */
|
||||
|
|
|
|||
Loading…
Reference in a new issue