mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
Fix previous commit
This commit is contained in:
parent
3e5a2904e8
commit
a518895b72
1 changed files with 2 additions and 0 deletions
|
|
@ -147,6 +147,8 @@ ID bdb_tool_dn2id_get(
|
|||
op.o_tmpmemctx = NULL;
|
||||
op.o_tmpmfuncs = &ch_mfuncs;
|
||||
|
||||
ei.bei_id = NOID;
|
||||
|
||||
bdb_dn2id( &op, NULL, dn, &ei );
|
||||
|
||||
return ei.bei_id;
|
||||
|
|
|
|||
Loading…
Reference in a new issue