summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2005-07-24 09:17:41 +0000
committerBart De Schuymer <bdschuym@pandora.be>2005-07-24 09:17:41 +0000
commitbaa2ada77c0c1d98acbf3127bf7beefb651e788e (patch)
treec8e6b6bd7e9245744763a274d3190f2024a11545
parent84e0df8d5e72d01ba2dfc08128222a9f4e1ceef7 (diff)
fix --ulog
-rw-r--r--userspace/ebtables2/extensions/ebt_ulog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/userspace/ebtables2/extensions/ebt_ulog.c b/userspace/ebtables2/extensions/ebt_ulog.c
index 5c762b2..673b4b4 100644
--- a/userspace/ebtables2/extensions/ebt_ulog.c
+++ b/userspace/ebtables2/extensions/ebt_ulog.c
@@ -118,7 +118,7 @@ static int parse(int c, char **argv, int argc, const struct ebt_u_entry *entry,
uloginfo->qthreshold = i;
break;
case ULOG_ULOG:
- if (ebt_check_inverse2(optarg))
+ if (ebt_check_inverse(optarg))
goto inverse_invalid;
ebt_check_option2(flags, OPT_ULOG);
break;