mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +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
|
||||
|
||||
/* conditionally define the init_module() function */
|
||||
extern "C" { int init_module( int argc, char *argv[] ); }
|
||||
|
||||
SLAP_BACKEND_INIT_MODULE( ndb )
|
||||
|
||||
#endif /* SLAPD_NDB == SLAPD_MOD_DYNAMIC */
|
||||
|
Loading…
Reference in New Issue
Block a user