mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
Fix problem identified by CLANG: local variable not passed back to struct.
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -1,3 +1,6 @@
|
||||
3229. [bug] Fix local variable to struct var assignment
|
||||
found by CLANG warning.
|
||||
|
||||
3228. [tuning] Dynamically grow symbol table to improve zone
|
||||
loading performance. [RT #26523]
|
||||
|
||||
|
@@ -15,7 +15,7 @@
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: adb.c,v 1.262 2011/10/28 04:57:34 marka Exp $ */
|
||||
/* $Id: adb.c,v 1.263 2011/12/01 00:14:11 smann Exp $ */
|
||||
|
||||
/*! \file
|
||||
*
|
||||
@@ -4120,6 +4120,7 @@ dns_adb_dropednssize(dns_adb_t *adb, dns_adbaddrinfo_t *addr,
|
||||
addr->entry->edns_fetch_flag = flag_to_use;
|
||||
addr->entry->edns_expires_timestamp = expires_ts_to_use;
|
||||
addr->entry->edns_timer_set = timer_setting_to_use;
|
||||
addr->entry->edns_big_size = length_to_use;
|
||||
|
||||
UNLOCK(&adb->entrylocks[bucket]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user