Fix previous commit

This commit is contained in:
Howard Chu 2004-12-06 07:27:09 +00:00
parent 3e5a2904e8
commit a518895b72

View File

@ -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;