summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2005-02-14 21:14:47 +0000
committerBart De Schuymer <bdschuym@pandora.be>2005-02-14 21:14:47 +0000
commit44397533aec5ece86df645c1ff96b5815c00470f (patch)
tree13e35427036ee4f22642aeafda47b259a8059684
parentab611e28d2ee6b12670494bb4212679b8c63ce22 (diff)
use ebt_check_option2
-rw-r--r--extensions/ebt_pkttype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/ebt_pkttype.c b/extensions/ebt_pkttype.c
index 7894d0d..3333a9b 100644
--- a/extensions/ebt_pkttype.c
+++ b/extensions/ebt_pkttype.c
@@ -57,7 +57,7 @@ static int parse(int c, char **argv, int argc, const struct ebt_u_entry *entry,
switch (c) {
case '1':
- ebt_check_option(flags, 1);
+ ebt_check_option2(flags, 1);
if (ebt_check_inverse2(optarg))
ptinfo->invert = 1;
i = strtol(optarg, &end, 16);