From 09d8261973fc42b3209caea9349741f5d1fcdb43 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 24 Jun 2003 18:56:36 +0000 Subject: [PATCH] zero the saved IDL --- servers/slapd/back-bdb/filterindex.c | 1 + 1 file changed, 1 insertion(+) diff --git a/servers/slapd/back-bdb/filterindex.c b/servers/slapd/back-bdb/filterindex.c index b45286c3ca..5340cf2dcf 100644 --- a/servers/slapd/back-bdb/filterindex.c +++ b/servers/slapd/back-bdb/filterindex.c @@ -232,6 +232,7 @@ list_candidates( Debug( LDAP_DEBUG_FILTER, "=> bdb_list_candidates 0x%x\n", ftype, 0, 0 ); #endif for ( f = flist; f != NULL; f = f->f_next ) { + BDB_IDL_ZERO( save ); rc = bdb_filter_candidates( be, f, save, tmp, save+BDB_IDL_UM_SIZE ); -- 2.47.2