From: Bart De Schuymer Date: Mon, 14 Feb 2005 21:14:47 +0000 (+0000) Subject: use ebt_check_option2 X-Git-Tag: submit/upstream/20140618.160417~164 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=44397533aec5ece86df645c1ff96b5815c00470f;p=platform%2Fupstream%2Febtables.git use ebt_check_option2 --- 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);