From 8c72c416d5c5d5e2791fd39272edf2084b0a903a Mon Sep 17 00:00:00 2001 From: Nils Goroll Date: Thu, 12 Sep 2024 14:01:19 +0200 Subject: [PATCH] Coverity polish: 1605317 Overflowed constant do not count backend removals for hinting the size of the array --- vmod/vmod_directors_shard_cfg.c | 1 - 1 file changed, 1 deletion(-) diff --git a/vmod/vmod_directors_shard_cfg.c b/vmod/vmod_directors_shard_cfg.c index 1a9e9fcbed4..5f0c2f559d4 100644 --- a/vmod/vmod_directors_shard_cfg.c +++ b/vmod/vmod_directors_shard_cfg.c @@ -553,7 +553,6 @@ shardcfg_apply_change(struct vsl_log *vsl, struct sharddir *shardd, re.hint++; break; case REMOVE_BE: - re.hint--; break; default: INCOMPL();