Skip to content
Snippets Groups Projects
Commit e8af46f2 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

More unifdef -DSLAP_CLEANUP

parent e1630c79
No related branches found
No related tags found
No related merge requests found
......@@ -169,7 +169,6 @@ ldbm_cache_flush_all( Backend *be )
Debug( LDAP_DEBUG_TRACE, "ldbm flushing db (%s)\n",
li->li_dbcache[i].dbc_name, 0, 0 );
ldbm_sync( li->li_dbcache[i].dbc_db );
#ifdef SLAP_CLEANUP
if ( li->li_dbcache[i].dbc_refcnt != 0 ) {
Debug( LDAP_DEBUG_TRACE,
"refcnt = %d, couldn't close db (%s)\n",
......@@ -184,7 +183,6 @@ ldbm_cache_flush_all( Backend *be )
free( li->li_dbcache[i].dbc_name );
li->li_dbcache[i].dbc_name = NULL;
}
#endif /* SLAP_CLEANUP */
}
}
ldap_pvt_thread_mutex_unlock( &li->li_dbcache_mutex );
......
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