mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Fix typo in prev commit
This commit is contained in:
parent
10baa9a60a
commit
87e2ad347b
@ -85,7 +85,7 @@ bdb_cache_entryinfo_free( Cache *cache, EntryInfo *ei )
|
||||
BER_BVZERO( &ei->bei_nrdn );
|
||||
#ifdef BDB_HIER
|
||||
free( ei->bei_rdn.bv_val );
|
||||
BER_BVZERO( &ei->bei_rdn.bv_val );
|
||||
BER_BVZERO( &ei->bei_rdn );
|
||||
ei->bei_modrdns = 0;
|
||||
ei->bei_ckids = 0;
|
||||
ei->bei_dkids = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user