netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/4] iptables: fix check_inverse() call
@ 2007-11-25  1:05 Jan Engelhardt
  2007-11-25  1:06 ` [PATCH 2/4] iptables: move manpage Jan Engelhardt
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Jan Engelhardt @ 2007-11-25  1:05 UTC (permalink / raw)
  To: kaber; +Cc: Netfilter Developer Mailing List


Fix a typo in call to check_inverse().

Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>

---
 extensions/libipt_conntrack.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: iptables/extensions/libipt_conntrack.c
===================================================================
--- iptables.orig/extensions/libipt_conntrack.c
+++ iptables/extensions/libipt_conntrack.c
@@ -204,7 +204,7 @@ static int conntrack_parse(int c, char *
 		break;
 
 	case '3':
-		check_inverse(optarg, &invert, &optind, 9);
+		check_inverse(optarg, &invert, &optind, 0);
 
 		if (invert)
 			sinfo->invflags |= IPT_CONNTRACK_ORIGSRC;


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2007-11-26  6:51 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-25  1:05 [PATCH 1/4] iptables: fix check_inverse() call Jan Engelhardt
2007-11-25  1:06 ` [PATCH 2/4] iptables: move manpage Jan Engelhardt
2007-11-25 15:18   ` Patrick McHardy
2007-11-26  6:21   ` Yasuyuki KOZAKAI
     [not found]   ` <200711260621.lAQ6LIT7023820@toshiba.co.jp>
2007-11-26  6:25     ` Patrick McHardy
2007-11-25  1:06 ` [PATCH 3/4] iptables: always print mask in iptables-save Jan Engelhardt
2007-11-25 15:19   ` Patrick McHardy
2007-11-25  1:07 ` [PATCH 4/4] iptables: libxt_owner Jan Engelhardt
2007-11-25  1:15   ` Jan Engelhardt
2007-11-25 15:22   ` Patrick McHardy
2007-11-25 15:55     ` Jan Engelhardt
2007-11-25 16:02       ` Patrick McHardy
2007-11-25  1:08 ` [PATCH] netfilter: xt_owner Jan Engelhardt
2007-11-25 15:16 ` [PATCH 1/4] iptables: fix check_inverse() call Patrick McHardy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).