mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-05 14:42:10 -05:00
fix typo
This commit is contained in:
parent
537ccc3f5f
commit
9459a7f535
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ ID bdb_tool_dn2id_get(
|
|||
struct berval *dn
|
||||
)
|
||||
{
|
||||
struct bdb_info *bdb = (struct bdb_nifo *) be->be_private;
|
||||
struct bdb_info *bdb = (struct bdb_info *) be->be_private;
|
||||
DB *db = bdb->bi_dn2id->bdi_db;
|
||||
int rc;
|
||||
DBT key, data;
|
||||
|
|
|
|||
Loading…
Reference in a new issue