mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
Add dummy reference to lutil_uuidstr() for dynamically loaded back-bdb
and back-ldbm.
This commit is contained in:
parent
104f8cc409
commit
9ba829436e
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user