netfilter: xt_connlimit: don't store address in the conn nodes
authorFlorian Westphal <fw@strlen.de>
Sun, 15 Oct 2017 09:00:34 +0000 (11:00 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Tue, 24 Oct 2017 16:01:50 +0000 (18:01 +0200)
commitce49480dba8666cba0106e8e31a942c9ce4c438a
tree24c4215b94200d6269c7392505738c97ad252ef7
parent67704c2a05860edf8529c8271550148348737a8f
netfilter: xt_connlimit: don't store address in the conn nodes

Only stored, never read.  This is a leftover from commit 7d08487777c8
("netfilter: connlimit: use rbtree for per-host conntrack obj storage"),
which added the rbtree node struct that stores the address instead.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/xt_connlimit.c