Patch: Elm ME+ 2.5 PLalpha54 -> Elm ME+ 2.5 PLalpha60 [8/13] (4/4)
From
Kari Hurtta@21:1/5 to
All on Thu Nov 24 20:29:04 2022
[continued from previous message]
VECTOR = NULL;
}
! if (alias) {
! DPRINT(Debug,14,(&Debug,
! "query_resolv_cache=%p %s: %s (alias %s): found %d\n", ! ret,
! ret->lowercase_name,
! name,alias,f));
! } else {
! DPRINT(Debug,14,(&Debug,
! "query_resolv_cache=%p %s: %s: found %d\n",
! ret,
! ret->lowercase_name,
! name,f));
! }
+ return ret;
}
***************
*** 3470,3476 ****
*mytag_p = NULL;
if (rec) {
! if (0 != (rec->flags & FL_CHANGED)) {
DPRINT(Debug,7,(&Debug,
"set_enum_option: %s value is changed, not a default value\n",
option_name));
--- 3601,3607 ----
*mytag_p = NULL;
if (rec) {
! if (ison(rec->flags,FL_CHANGED)) {
DPRINT(Debug,7,(&Debug,
"set_enum_option: %s value is changed, not a default value\n",
option_name));
***************
*** 3595,3601 ****
if (enumerate_option) {
enumerate_option->val =
mytag->start_value + x;
!
DPRINT(Debug,7,(&Debug,
"change_enum_option_value: %s: set to %s:%s (%d)\n",
option_name,
--- 3726,3732 ----
if (enumerate_option) {
enumerate_option->val =
mytag->start_value + x;
!
DPRINT(Debug,7,(&Debug,
"change_enum_option_value: %s: set to %s:%s (%d)\n",
option_name,
***************
*** 5853,5871 ****
static void free_cache_items()
{
if (cache_items) {
! int i;
- DPRINT(Debug,9,(&Debug,
- "free_cache_items: freeing cached items (count %d)\n", - cache_items_count));
- for (i = 0; i < cache_items_count; i++)
- if (cache_items[i])
- free_resolv