]> git.sur5r.net Git - openldap/commitdiff
Add dummy reference to lutil_uuidstr() for dynamically loaded back-bdb
authorHoward Chu <hyc@openldap.org>
Fri, 20 Sep 2002 01:02:33 +0000 (01:02 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 20 Sep 2002 01:02:33 +0000 (01:02 +0000)
and back-ldbm.

servers/slapd/tools/slapcommon.c

index 91f971106de7564da8ad0a5eeac0e94399ab1345..2004511a678686ba3d65a24c851042bde913aa5a 100644 (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();