use ebt_check_option2
authorBart De Schuymer <bdschuym@pandora.be>
Mon, 14 Feb 2005 21:14:47 +0000 (21:14 +0000)
committerBart De Schuymer <bdschuym@pandora.be>
Mon, 14 Feb 2005 21:14:47 +0000 (21:14 +0000)
extensions/ebt_pkttype.c

index 7894d0d..3333a9b 100644 (file)
@@ -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);