]> git.sur5r.net Git - openldap/commitdiff
ITS#2596 init ID list
authorHoward Chu <hyc@openldap.org>
Sun, 15 Jun 2003 23:10:30 +0000 (23:10 +0000)
committerHoward Chu <hyc@openldap.org>
Sun, 15 Jun 2003 23:10:30 +0000 (23:10 +0000)
servers/slapd/back-bdb/filterindex.c

index 149e5fdbbf2b69cb0f25bd45fe93096a4a9ba700..32ec02b3571c4eaa6785283f63187370ffa846e4 100644 (file)
@@ -242,6 +242,7 @@ list_candidates(
                     f->f_result == LDAP_SUCCESS ) {
                        continue;
                }
+               BDB_IDL_ZERO( save );
                rc = bdb_filter_candidates( op, f, save, tmp,
                        save+BDB_IDL_UM_SIZE );