Hello, On Sun, 25 Feb 2018, Florian Westphal wrote: > Julian Anastasov <ja@xxxxxx> wrote: > > ct = nf_ct_get(skb, &ctinfo); > > - if (ct && (ct->status & IPS_NAT_MASK)) { > > + if (ct) { > > bool mangled; > > > > /* If mangling fails this function will return 0 > > > > If it looks ok to you and if you prefer you can submit it > > as patch, otherwise I'll do it in the following days... > > Looks good to me, its better to get rid of additional condition. > Feel free to submit this patch officially thank you! Done, thanks! Regards -- Julian Anastasov <ja@xxxxxx> -- 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