Ken-ichirou MATSUZAWA <chamaken@xxxxxxxxx> wrote: > This patch enables nf-queue in examples directory to show conntrack > information if --enable-nfct configure option is specified. Thanks for doing this! > +#ifdef BUILD_NFCT > +static int print_ctinfo(const struct nlattr *const attr) > +{ > + char *s = NULL; > + > + if (attr == NULL) > + return MNL_CB_OK; > + attr->nla_len = 12; What this? -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html