mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 01:59:38 -05:00
ITS#4554
This commit is contained in:
parent
9faf5ab5f0
commit
a94c74987e
1 changed files with 3 additions and 2 deletions
|
|
@ -764,13 +764,14 @@ glue_tool_entry_put (
|
|||
static int
|
||||
glue_tool_entry_reindex (
|
||||
BackendDB *b0,
|
||||
ID id
|
||||
ID id,
|
||||
AttributeDescription **adv
|
||||
)
|
||||
{
|
||||
if (!glueBack || !glueBack->be_entry_reindex)
|
||||
return -1;
|
||||
|
||||
return glueBack->be_entry_reindex (glueBack, id);
|
||||
return glueBack->be_entry_reindex (glueBack, id, adv);
|
||||
}
|
||||
|
||||
static int
|
||||
|
|
|
|||
Loading…
Reference in a new issue