summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2019-10-23 13:27:25 +0200
committerPhil Sutter <phil@nwl.cc>2019-10-23 14:17:14 +0200
commit57d9995e283488eab99de3ea984c38ff6935a939 (patch)
tree6085ab6713ea613b83b93d4379e3e8d7a1ddf605 /src
parent46763359adc3be45f7202dc0a130718203bfafce (diff)
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 <phil@nwl.cc>
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
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[] = {
{