Fix dynamic module init

This commit is contained in:
Howard Chu 2008-08-26 22:25:35 +00:00
parent f2cbf1d8ee
commit 8385813a5a

View File

@ -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 */