mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 12:09:35 -05:00
fix ITS#3387
This commit is contained in:
parent
d8dfb976b4
commit
b349604352
2 changed files with 2 additions and 2 deletions
|
|
@ -46,7 +46,7 @@ int init_module(int argc, char *argv[]) {
|
|||
|
||||
#endif /* SLAPD_LDAP */
|
||||
|
||||
static int
|
||||
int
|
||||
ldap_back_open(
|
||||
BackendInfo *bi
|
||||
)
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ init_module( int argc, char *argv[] ) {
|
|||
|
||||
#endif /* SLAPD_META */
|
||||
|
||||
static int
|
||||
int
|
||||
meta_back_open(
|
||||
BackendInfo *bi
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue