From 57d9995e283488eab99de3ea984c38ff6935a939 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Wed, 23 Oct 2019 13:27:25 +0200 Subject: Revert "main: Fix for misleading error with negative chain priority" This reverts commit 9fc71bc6b602c8706d1214e0100bcd7638c257e3. Given that this change breaks typical commands like 'nft list ruleset -a' while on the other hand escaping of semicolons and (depending on shell) curly braces is still required, decision was made to not go with this solution. Signed-off-by: Phil Sutter --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main.c b/src/main.c index ebd6d7c3..952d5432 100644 --- a/src/main.c +++ b/src/main.c @@ -46,7 +46,7 @@ enum opt_vals { OPT_TERSE = 't', OPT_INVALID = '?', }; -#define OPTSTRING "+hvcf:iI:jvnsNaeSupypTt" +#define OPTSTRING "hvcf:iI:jvnsNaeSupypTt" static const struct option options[] = { { -- cgit v1.2.3