newnat patch

From kadlec@blackhole.kfki.hu Mon Sep 17 11:18:04 2001
Date: Wed, 29 Aug 2001 08:16:59 +0200 (CEST)
From: Jozsef Kadlecsik 
To: netfilter-devel@lists.samba.org
Cc: Sampsa Ranta 
Subject: Re: [PATCH] newnat patch

On Tue, 28 Aug 2001, Jozsef Kadlecsik wrote:

> Stress-tested with my h323 helper routines, still it may do anything on
> your machine :-).

Heck! One line patch is required due to a bug not discovered in time (as I
wrote in the H323 thread: stress-tested with my h323 *conntrack* helper -
nat tests would had started yesterday). Sorry for the inconvenience.

--- net/ipv4/netfilter/ip_nat_core.c.uhh        Fri Aug 24 17:40:41 2001
+++ net/ipv4/netfilter/ip_nat_core.c    Wed Aug 29 07:04:28 2001
@@ -773,7 +773,7 @@
        if (helper) {
                struct ip_conntrack_expect *exp;
                struct list_head *cur_item;
-               int ret = NF_DROP;
+               int ret = NF_ACCEPT;

                DEBUGP("do_bindings: helper existing for (%p)\n", ct);