mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-10 14:23:34 -05:00
ITS#10442 slapo-dds: delete redundant line
This commit is contained in:
parent
ee7651a430
commit
3521bfb30b
1 changed files with 0 additions and 1 deletions
|
|
@ -1643,7 +1643,6 @@ dds_db_init(
|
|||
di = (dds_info_t *)ch_calloc( 1, sizeof( dds_info_t ) );
|
||||
on->on_bi.bi_private = di;
|
||||
|
||||
di->di_max_ttl = DDS_RF2589_DEFAULT_TTL;
|
||||
di->di_max_ttl = DDS_RF2589_DEFAULT_TTL;
|
||||
|
||||
ldap_pvt_thread_mutex_init( &di->di_mutex );
|
||||
|
|
|
|||
Loading…
Reference in a new issue