On Fri, Nov 10, 2017 at 12:27:15PM +0100, Phil Sutter wrote: > diff --git a/src/main.c b/src/main.c > index 529bedffc2e3b..8d03f8989b1fc 100644 > --- a/src/main.c > +++ b/src/main.c > @@ -183,11 +183,11 @@ int main(int argc, char * const *argv) > switch (val) { > case OPT_HELP: > show_help(argv[0]); > - exit(NFT_EXIT_SUCCESS); > + exit(0); Better use the standard EXIT_FAILURE and EXIT_SUCCESS here? Instead of hardcoded 0 and 1 values. 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