netfilter: nf_tables: Drop pointless memset in nf_tables_dump_obj
authorPhil Sutter <phil@nwl.cc>
Fri, 20 Oct 2023 17:34:28 +0000 (19:34 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Tue, 24 Oct 2023 11:16:30 +0000 (13:16 +0200)
commitff16111cc10c82ee065ffbd9fa8d6210394ff8c6
tree750596574bc0c2b531f9fd78cae55a2f3c496f4e
parent643d1260366424412e8269caead410d333e3263f
netfilter: nf_tables: Drop pointless memset in nf_tables_dump_obj

The code does not make use of cb->args fields past the first one, no
need to zero them.

Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nf_tables_api.c