From 3f5246293cb446a170fbbed8e770bb97730d5797 Mon Sep 17 00:00:00 2001 From: laforge Date: Mon, 31 Jul 2000 11:51:50 +0000 Subject: cprange flags update --- iptables/libipt_ULOG.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/iptables/libipt_ULOG.c b/iptables/libipt_ULOG.c index 00c688f..bb4e182 100644 --- a/iptables/libipt_ULOG.c +++ b/iptables/libipt_ULOG.c @@ -4,7 +4,7 @@ * * This software is released under the terms of GNU GPL * - * $Id: libipt_ULOG.c,v 1.1 2000/07/31 09:10:11 laforge Exp laforge $ + * $Id: libipt_ULOG.c,v 1.2 2000/07/31 11:50:12 laforge Exp laforge $ */ #include #include @@ -117,6 +117,7 @@ static int parse(int c, char **argv, int invert, unsigned int *flags, exit_error(PARAMETER_PROBLEM, "Negative copy range?"); loginfo->copy_range = atoi(optarg); + *flags |= IPT_LOG_OPT_CPRANGE; break; } return 1; -- cgit v1.2.3