mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Fixed initialization bug.
This commit is contained in:
parent
02b464b684
commit
939028b43f
@ -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 New Issue
Block a user