Skip to content

Commit c0741cc

Browse files
committed
- Fix analyzer warning in mesh_new_client.
1 parent fb27450 commit c0741cc

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

doc/Changelog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
- Fix that validator caps number of ANY RRsets it can
3131
validate, and the wait timer is shortened. Thanks to Qifan
3232
Zhang, Palo Alto Networks, for the report.
33+
- Fix analyzer warning in mesh_new_client.
3334

3435
26 May 2026: Wouter
3536
- Fix for mesh new client and mesh new callback to rollback the

services/mesh.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,8 @@ void mesh_new_client(struct mesh_area* mesh, struct query_info* qinfo,
610610
}
611611
}
612612
#endif
613-
added_reply_without_accounting = 0;
613+
/* Since the acccounting now happens,
614+
* added_reply_without_accounting = 0; but that is not used. */
614615
infra_wait_limit_inc(mesh->env->infra_cache, rep, *mesh->env->now,
615616
mesh->env->cfg);
616617
/* update statistics */

0 commit comments

Comments
 (0)