Skip to content
Snippets Groups Projects
Commit d9df909b authored by Howard Chu's avatar Howard Chu
Browse files

ITS#3638 Init ids to zero in bdb_dn2idl

parent e90f933e
No related branches found
No related tags found
No related merge requests found
......@@ -361,6 +361,7 @@ bdb_dn2idl(
((char *)key.data)[0] = prefix;
AC_MEMCPY( &((char *)key.data)[1], e->e_nname.bv_val, key.size - 1 );
BDB_IDL_ZERO( ids );
rc = bdb_idl_fetch_key( op->o_bd, db, NULL, &key, ids, NULL, 0 );
if( rc != 0 ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment