|
@@ -161,7 +161,7 @@ ctnetlink_dump_helpinfo(struct sk_buff *skb, const struct ip_conntrack *ct)
|
|
|
return 0;
|
|
|
|
|
|
nest_helper = NFA_NEST(skb, CTA_HELP);
|
|
|
- NFA_PUT(skb, CTA_HELP_NAME, CTA_HELP_MAXNAMESIZE, &ct->helper->name);
|
|
|
+ NFA_PUT(skb, CTA_HELP_NAME, strlen(ct->helper->name), ct->helper->name);
|
|
|
|
|
|
if (ct->helper->to_nfattr)
|
|
|
ct->helper->to_nfattr(skb, ct);
|