]> git.ipfire.org Git - thirdparty/iptables.git/commit
libxt_multiport: remove an unused variable
authorGeorge Burgess IV <gbiv@google.com>
Wed, 23 Nov 2016 00:05:51 +0000 (16:05 -0800)
committerFlorian Westphal <fw@strlen.de>
Wed, 23 Nov 2016 00:25:44 +0000 (01:25 +0100)
commit36e7d239dd721a60f9bf3191ae50e726c34ee50d
tree227025d8b0a2ff0a200947166b7eab8b759ae1de
parentc44820553f5c0cba2b5caa61de935b57cd62ec88
libxt_multiport: remove an unused variable

Clang's static analyzer flagged the shift this patch removes as
shifting a garbage value. Looks like `m` isn't used at all anyway, so
we can simply remove it.

Signed-off-by: George Burgess IV <gbiv@google.com>
Signed-off-by: Florian Westphal <fw@strlen.de>
extensions/libxt_multiport.c