]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#10442 slapo-dds: delete redundant line
authorHoward Chu <hyc@openldap.org>
Thu, 5 Feb 2026 15:46:19 +0000 (15:46 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 5 Feb 2026 15:46:19 +0000 (15:46 +0000)
servers/slapd/overlays/dds.c

index 53d6dbc4a66c911f0601b84a144e553a6a77d770..f972ddf7adc40e2f2cfea5c760e0f08913f16179 100644 (file)
@@ -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 );