]> git.sur5r.net Git - openldap/commitdiff
ITS#3843 from jtownsend@opendarwin.org: hide index_attrs / index_dummy
authorHoward Chu <hyc@openldap.org>
Thu, 7 Jul 2005 03:51:43 +0000 (03:51 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 7 Jul 2005 03:51:43 +0000 (03:51 +0000)
servers/slapd/back-bdb/tools.c

index 9ef48193f706702903b0a394703d792da941a7a5..c64176b963c214c189f7dfda1a8936154048af0e 100644 (file)
@@ -35,7 +35,7 @@ static dn_id hbuf[HOLE_SIZE], *holes = hbuf;
 static unsigned nhmax = HOLE_SIZE;
 static unsigned nholes;
 
-Avlnode *index_attrs, index_dummy;
+static Avlnode *index_attrs, index_dummy;
 
 int bdb_tool_entry_open(
        BackendDB *be, int mode )