From: Howard Chu Date: Thu, 7 Jul 2005 03:51:43 +0000 (+0000) Subject: ITS#3843 from jtownsend@opendarwin.org: hide index_attrs / index_dummy X-Git-Tag: OPENLDAP_AC_BP~440 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=11a13493663685d2956f4335175239aa5c2e1826;p=openldap ITS#3843 from jtownsend@opendarwin.org: hide index_attrs / index_dummy --- 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 )