mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 15:05:23 +00:00
style, remove redudant assignment
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: adb.c,v 1.261 2011/10/27 23:46:31 tbox Exp $ */
|
/* $Id: adb.c,v 1.262 2011/10/28 04:57:34 marka Exp $ */
|
||||||
|
|
||||||
/*! \file
|
/*! \file
|
||||||
*
|
*
|
||||||
@@ -4062,7 +4062,6 @@ dns_adb_dropednssize(dns_adb_t *adb, dns_adbaddrinfo_t *addr,
|
|||||||
expires_ts_to_use = addr->entry->edns_expires_timestamp;
|
expires_ts_to_use = addr->entry->edns_expires_timestamp;
|
||||||
timer_setting_to_use = addr->entry->edns_timer_set;
|
timer_setting_to_use = addr->entry->edns_timer_set;
|
||||||
length_to_use = addr->entry->edns_big_size;
|
length_to_use = addr->entry->edns_big_size;
|
||||||
drop_counter_to_use = addr->entry->edns_drop_count;
|
|
||||||
drop_ts_to_use = addr->entry->edns_drop_timestamp;
|
drop_ts_to_use = addr->entry->edns_drop_timestamp;
|
||||||
flag_to_use = addr->entry->edns_fetch_flag;
|
flag_to_use = addr->entry->edns_fetch_flag;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user