On Tue, Jul 23, 2013 at 06:12:47PM +0200, Giuseppe Longo wrote: [...] > @@ -239,6 +231,14 @@ xtables_restore_main(int argc, char *argv[]) > } > } > > + if (nft_init(&h, tables, XTABLES_CONFIG_DEFAULT) < 0) { > + fprintf(stderr, "%s/%s Failed to initialize nft: %s\n", > + xtables_globals.program_name, > + xtables_globals.program_version, > + strerror(errno)); > + exit(EXIT_FAILURE); > + } ^^^^^^^^ BTW, this is indented with spaces, not with tabs. It happens several times in the patchset. Please, make sure your patches are correctly indented. Thanks. -- 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