Skip to content
Snippets Groups Projects
Commit 258d0d3d authored by Sang Seok Lim's avatar Sang Seok Lim
Browse files

Bug fix : msiing SLAPD_GLOBAL

parent bbe986b9
No related branches found
No related tags found
No related merge requests found
......@@ -333,7 +333,7 @@ ldbm_cache_sync_daemon(
sleep( li->li_dbsyncfreq );
while (i && ldap_pvt_thread_pool_backload(&connection_pool) != 0) {
while (i && ldap_pvt_thread_pool_backload(&SLAPD_GLOBAL(connection_pool)) != 0) {
Debug( LDAP_DEBUG_TRACE, "delay syncing %s\n", li->li_directory, 0, 0 );
sleep(li->li_dbsyncwaitinterval);
i--;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment