mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
Fix typo in prev commit
This commit is contained in:
parent
bd871d710d
commit
ee1cddf6fd
1 changed files with 1 additions and 1 deletions
|
|
@ -380,7 +380,7 @@ bdb_dn2id_children(
|
|||
if ( bdb->bi_idl_cache_size ) {
|
||||
rc = bdb_idl_cache_get( bdb, db, &key, NULL );
|
||||
if ( rc != LDAP_NO_SUCH_OBJECT ) {
|
||||
sl_free( key.data, o->o_tmpmemctx );
|
||||
sl_free( key.data, op->o_tmpmemctx );
|
||||
return rc;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue