Add dummy reference to lutil_uuidstr() for dynamically loaded back-bdb

and back-ldbm.
This commit is contained in:
Howard Chu 2002-09-20 01:02:33 +00:00
parent 104f8cc409
commit 9ba829436e

View File

@ -286,6 +286,10 @@ void slap_tool_destroy( void )
slap_shutdown( be );
slap_destroy();
#ifdef SLAPD_MODULES
if ( slapMode == SLAP_SERVER_MODE ) {
/* always false. just pulls in necessary symbol references. */
lutil_uuidstr(NULL, 0);
}
module_kill();
#endif
schema_destroy();