commit | 44397533aec5ece86df645c1ff96b5815c00470f | [log] [tgz] |
---|---|---|
author | Bart De Schuymer <bdschuym@pandora.be> | Mon Feb 14 21:14:47 2005 +0000 |
committer | Bart De Schuymer <bdschuym@pandora.be> | Mon Feb 14 21:14:47 2005 +0000 |
tree | 13e35427036ee4f22642aeafda47b259a8059684 | |
parent | ab611e28d2ee6b12670494bb4212679b8c63ce22 [diff] |
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 @@ 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);