From: Howard Chu Date: Sun, 3 May 2009 00:47:25 +0000 (+0000) Subject: Fix typo in prev commit X-Git-Tag: ACLCHECK_0~579 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=87e2ad347bda3df459f00e7267e059bfcb8ed1ba;p=openldap Fix typo in prev commit --- diff --git a/servers/slapd/back-bdb/cache.c b/servers/slapd/back-bdb/cache.c index 1137d32ce8..a20d772026 100644 --- a/servers/slapd/back-bdb/cache.c +++ b/servers/slapd/back-bdb/cache.c @@ -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;