diff options
| author | Mark Stapp <mjs@voltanet.io> | 2020-02-28 07:51:52 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-28 07:51:52 -0500 |
| commit | 890b3450ead5ab90c0e415816ded89e3e00255f5 (patch) | |
| tree | 2fd500c8313d457655533423f780956650d288af /lib/filter.c | |
| parent | 173608e77f095799a37ee7b67b9fdb70e3e1f04b (diff) | |
| parent | 61b5ae3db0efc9548b0da45cf2f051289f12e636 (diff) | |
Merge pull request #5859 from donaldsharp/clang_latest
Clean up clang latest SA warnings
Diffstat (limited to 'lib/filter.c')
| -rw-r--r-- | lib/filter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/filter.c b/lib/filter.c index 80f8cf0bd0..3226fb2f5e 100644 --- a/lib/filter.c +++ b/lib/filter.c @@ -412,7 +412,7 @@ static int64_t filter_new_seq_get(struct access_list *access) int64_t newseq; struct filter *filter; - maxseq = newseq = 0; + maxseq = 0; for (filter = access->head; filter; filter = filter->next) { if (maxseq < filter->seq) |
