diff --git a/servers/slapd/back-bdb/tools.c b/servers/slapd/back-bdb/tools.c index 9ef48193f7..c64176b963 100644 --- a/servers/slapd/back-bdb/tools.c +++ b/servers/slapd/back-bdb/tools.c @@ -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 )