mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Fix previous commit
This commit is contained in:
parent
3e5a2904e8
commit
a518895b72
@ -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 New Issue
Block a user