mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-04 22:20:28 -05:00
ITS#3843 from jtownsend@opendarwin.org: hide index_attrs / index_dummy
This commit is contained in:
parent
7cc496fd25
commit
11a1349366
1 changed files with 1 additions and 1 deletions
|
|
@ -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 )
|
||||
|
|
|
|||
Loading…
Reference in a new issue