Phil Sutter <phil@xxxxxx> wrote: > - nft_rule_list_get(h); > + if (!nft_rule_list_get(h)) { > + printf("nft_rule_list_get() failed!\n"); > + return 0; > + } Applied, but i removed the printf(). There is still a 'Permission denied' error message, so I don't think the extra error buys anything. -- 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