mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-15 08:37:48 -05:00
Remove obsolete purge (obsoleted in cache.c rev 1.106)
This commit is contained in:
parent
226133ea38
commit
0752716d80
1 changed files with 0 additions and 1 deletions
|
|
@ -472,7 +472,6 @@ bdb_cf_gen( ConfigArgs *c )
|
|||
bdb->bi_db_config_path = NULL;
|
||||
c->cleanup = bdb_cf_cleanup;
|
||||
ldap_pvt_thread_pool_purgekey( bdb->bi_dbenv );
|
||||
ldap_pvt_thread_pool_purgekey( ((char *)bdb->bi_dbenv) + 1 );
|
||||
break;
|
||||
case BDB_NOSYNC:
|
||||
bdb->bi_dbenv->set_flags( bdb->bi_dbenv, DB_TXN_NOSYNC, 0 );
|
||||
|
|
|
|||
Loading…
Reference in a new issue