Skip to content
Snippets Groups Projects
Commit 9ba82943 authored by Howard Chu's avatar Howard Chu
Browse files

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

and back-ldbm.
parent 104f8cc4
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment