Fix typo in prev commit

This commit is contained in:
Howard Chu 2009-05-03 00:47:25 +00:00
parent 10baa9a60a
commit 87e2ad347b

View File

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