]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
the optflags array contains a '3' for the OPT_LINENUMBERS entry while everywhere...
authorJonas Berlin <xkr47@outerspace.dyndns.org>
Fri, 1 Apr 2005 06:38:25 +0000 (06:38 +0000)
committerHarald Welte <laforge@gnumonks.org>
Fri, 1 Apr 2005 06:38:25 +0000 (06:38 +0000)
ip6tables.c
iptables.c

index de48f774ae216ee1490d6e10e27c27946d829491..3e66f4be2dc7b2092269aa4796c171cdac2f4d81 100644 (file)
@@ -103,7 +103,7 @@ static const char cmdflags[] = { 'I', 'D', 'D', 'R', 'A', 'L', 'F', 'Z',
 #define OPT_COUNTERS   0x00400U
 #define NUMBER_OF_OPT  11
 static const char optflags[NUMBER_OF_OPT]
-= { 'n', 's', 'd', 'p', 'j', 'v', 'x', 'i', 'o', '3', 'c'};
+= { 'n', 's', 'd', 'p', 'j', 'v', 'x', 'i', 'o', '0', 'c'};
 
 static struct option original_opts[] = {
        { "append", 1, 0, 'A' },
index 06d04810076c3e0275f79b66560234db0f231497..27c5cface2bffa3f82fa47e2e8751059203dd5bc 100644 (file)
@@ -101,7 +101,7 @@ static const char cmdflags[] = { 'I', 'D', 'D', 'R', 'A', 'L', 'F', 'Z',
 #define OPT_COUNTERS   0x00800U
 #define NUMBER_OF_OPT  12
 static const char optflags[NUMBER_OF_OPT]
-= { 'n', 's', 'd', 'p', 'j', 'v', 'x', 'i', 'o', 'f', '3', 'c'};
+= { 'n', 's', 'd', 'p', 'j', 'v', 'x', 'i', 'o', 'f', '0', 'c'};
 
 static struct option original_opts[] = {
        { "append", 1, 0, 'A' },