diff options
Diffstat (limited to 'contrib/unbound/services/mesh.c')
| -rw-r--r-- | contrib/unbound/services/mesh.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/contrib/unbound/services/mesh.c b/contrib/unbound/services/mesh.c index 8a52fe4a6466..3212a6abf4c6 100644 --- a/contrib/unbound/services/mesh.c +++ b/contrib/unbound/services/mesh.c @@ -2265,6 +2265,7 @@ mesh_stats_clear(struct mesh_area* mesh)  	timehist_clear(mesh->histogram);  	mesh->ans_secure = 0;  	mesh->ans_bogus = 0; +	mesh->val_ops = 0;  	mesh->ans_expired = 0;  	mesh->ans_cachedb = 0;  	memset(&mesh->ans_rcode[0], 0, sizeof(size_t)*UB_STATS_RCODE_NUM); | 
