2
0
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:
Mark Andrews
2011-10-28 04:57:34 +00:00
parent b5fa3948a6
commit f7dfd53301

View File

@@ -15,7 +15,7 @@
* 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
*
@@ -4062,7 +4062,6 @@ dns_adb_dropednssize(dns_adb_t *adb, dns_adbaddrinfo_t *addr,
expires_ts_to_use = addr->entry->edns_expires_timestamp;
timer_setting_to_use = addr->entry->edns_timer_set;
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;
flag_to_use = addr->entry->edns_fetch_flag;