summaryrefslogtreecommitdiff
path: root/rnd.h
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2014-05-09 11:38:53 +0200
committerTobias Klauser <tklauser@distanz.ch>2014-05-09 11:44:47 +0200
commit132f533dac7211d0d98bf3e56112db156a4b2cf7 (patch)
tree9c094e95404af186a1a854eadf9297642116972f /rnd.h
parent5381fe4fed17e813d41424ae29995d8624197a54 (diff)
netsniff-ng: Remove unnecessary initialization of struct ctx members
These will be set later on depending on command line option (or panic() out) and they're set to 0 by init_ctx() anyways. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'rnd.h')
0 files changed, 0 insertions, 0 deletions
1596ce63222a4710'>diff)
netfilter: nf_tables: use struct nft_set_iter in set element flush
Instead of struct nft_set_dump_args, remove unnecessary wrapper structure. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/netfilter/nf_tables_api.c')
-rw-r--r--net/netfilter/nf_tables_api.c12
1 files changed, 5 insertions, 7 deletions
diff --git a/net/netfilter/nf_tables_api.c b/net/netfilter/nf_tables_api.c