From 11a13493663685d2956f4335175239aa5c2e1826 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Thu, 7 Jul 2005 03:51:43 +0000 Subject: [PATCH] ITS#3843 from jtownsend@opendarwin.org: hide index_attrs / index_dummy --- servers/slapd/back-bdb/tools.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) -- 2.39.5