mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -05:00
fix API change
This commit is contained in:
parent
022f805620
commit
1bdc186ea2
1 changed files with 7 additions and 2 deletions
|
|
@ -27,6 +27,7 @@
|
|||
|
||||
#include "slap.h"
|
||||
#include "slapi.h"
|
||||
#include "config.h"
|
||||
|
||||
#ifdef LDAP_SLAPI
|
||||
|
||||
|
|
@ -848,7 +849,9 @@ done:
|
|||
}
|
||||
|
||||
static int
|
||||
slapi_over_db_open( BackendDB *be )
|
||||
slapi_over_db_open(
|
||||
BackendDB *be,
|
||||
ConfigReply *cr )
|
||||
{
|
||||
Slapi_PBlock *pb;
|
||||
int rc;
|
||||
|
|
@ -863,7 +866,9 @@ slapi_over_db_open( BackendDB *be )
|
|||
}
|
||||
|
||||
static int
|
||||
slapi_over_db_close( BackendDB *be )
|
||||
slapi_over_db_close(
|
||||
BackendDB *be,
|
||||
ConfigReply *cr )
|
||||
{
|
||||
Slapi_PBlock *pb;
|
||||
int rc;
|
||||
|
|
|
|||
Loading…
Reference in a new issue