mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Fix dynamic module init
This commit is contained in:
parent
f2cbf1d8ee
commit
8385813a5a
@ -443,6 +443,8 @@ ndb_back_initialize(
|
|||||||
#if SLAPD_NDB == SLAPD_MOD_DYNAMIC
|
#if SLAPD_NDB == SLAPD_MOD_DYNAMIC
|
||||||
|
|
||||||
/* conditionally define the init_module() function */
|
/* conditionally define the init_module() function */
|
||||||
|
extern "C" { int init_module( int argc, char *argv[] ); }
|
||||||
|
|
||||||
SLAP_BACKEND_INIT_MODULE( ndb )
|
SLAP_BACKEND_INIT_MODULE( ndb )
|
||||||
|
|
||||||
#endif /* SLAPD_NDB == SLAPD_MOD_DYNAMIC */
|
#endif /* SLAPD_NDB == SLAPD_MOD_DYNAMIC */
|
||||||
|
Loading…
Reference in New Issue
Block a user