mirror of https://github.com/hak5/openwrt-owl.git
parent
9f551028d2
commit
bc63786fbb
|
@ -38,7 +38,7 @@
|
|||
static struct nl_sock *handle;
|
||||
static struct nl_cache *cache;
|
||||
static struct genl_family *family;
|
||||
static struct nlattr *tb[SWITCH_ATTR_MAX];
|
||||
static struct nlattr *tb[SWITCH_ATTR_MAX + 1];
|
||||
static int refcount = 0;
|
||||
|
||||
static struct nla_policy port_policy[] = {
|
||||
|
|
Loading…
Reference in New Issue