]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-bdb/index.c
filter2bv can't de-normalize UUIDs, must do it explicitly for back-ldap
[openldap] / servers / slapd / back-bdb / index.c
index 95843a60714f5cdd37efec58db681d8b00491e87..de4cf3d8363c3bb17e5d08da083252a18233ce3b 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 2000-2005 The OpenLDAP Foundation.
+ * Copyright 2000-2006 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -433,7 +433,7 @@ int bdb_index_recrun(
 {
        IndexRec *ir;
        AttrList *al;
-       int i, rc;
+       int i, rc = 0;
 
        for (i=base; i<bdb->bi_nattrs; i+=slap_tool_thread_max) {
                ir = ir0 + i;