+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]
* 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
*
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]);
}