Revert "netfilter: flowtable: initialise extack before use"
This reverts commit 734d26aac7
.
This commit is contained in:
parent
29c857027d
commit
33c0334ca2
1 changed files with 1 additions and 1 deletions
|
@ -682,8 +682,8 @@ static int nf_flow_offload_tuple(struct nf_flowtable *flowtable,
|
|||
struct list_head *block_cb_list)
|
||||
{
|
||||
struct flow_cls_offload cls_flow = {};
|
||||
struct netlink_ext_ack extack = {};
|
||||
struct flow_block_cb *block_cb;
|
||||
struct netlink_ext_ack extack;
|
||||
__be16 proto = ETH_P_ALL;
|
||||
int err, i = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue