y_socket: debug cmp header nameid with mask

This commit is contained in:
2025-10-18 16:02:45 +02:00
parent 009c4c2765
commit c186db9f8d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -123,11 +123,11 @@ int funcCmp_y_ptr_HEADER_T_fn_nameid_mask(y_ptr_HEADER_T h1, y_ptr_HEADER_T h2){
else ret = 0;
}
purge_ptr_type_list_y_ptr_STRING(m_h1_nameid);
purge_ptr_type_list_y_ptr_STRING(m_h2_nameid);
free_all_var_list_TYPE_SIZE_T(m_index_not_match);
///printf("check_if_in_ok_header_l_ ret=%d, %s ns %s\n",ret,h1->nameid, h2->nameid);
}
return ret;
}
+1 -1
View File
@@ -213,7 +213,7 @@ void* update_nodes(void* arg)
}
}
push_back_list_y_NODE_T(nodes, node);
//printf("debug: // /// // // update_nodes local_addr=%d\n",node.local_addr );
printf("debug: // /// // // update_nodes local_addr=%d\n",node.local_addr );
}
if(if_addr) freeifaddrs(if_addr);