|
@@ -612,7 +612,7 @@ ip_set_create(struct sock *ctnl, struct sk_buff *skb,
|
|
|
const struct nlmsghdr *nlh,
|
|
|
const struct nlattr * const attr[])
|
|
|
{
|
|
|
- struct ip_set *set, *clash;
|
|
|
+ struct ip_set *set, *clash = NULL;
|
|
|
ip_set_id_t index = IPSET_INVALID_ID;
|
|
|
struct nlattr *tb[IPSET_ATTR_CREATE_MAX+1] = {};
|
|
|
const char *name, *typename;
|