- Fix analyzer warning in mesh_new_client.

This commit is contained in:
W.C.A. Wijngaards
2026-05-27 16:03:15 +02:00
parent fb2745024a
commit c0741ccc68
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -30,6 +30,7 @@
- Fix that validator caps number of ANY RRsets it can
validate, and the wait timer is shortened. Thanks to Qifan
Zhang, Palo Alto Networks, for the report.
- Fix analyzer warning in mesh_new_client.
26 May 2026: Wouter
- Fix for mesh new client and mesh new callback to rollback the
+2 -1
View File
@@ -610,7 +610,8 @@ void mesh_new_client(struct mesh_area* mesh, struct query_info* qinfo,
}
}
#endif
added_reply_without_accounting = 0;
/* Since the acccounting now happens,
* added_reply_without_accounting = 0; but that is not used. */
infra_wait_limit_inc(mesh->env->infra_cache, rep, *mesh->env->now,
mesh->env->cfg);
/* update statistics */