]> git.hungrycats.org Git - linux/commitdiff
[NETFILTER]: Fix typo in ipt_MIRROR.c
authorHarald Welte <laforge@netfilter.org>
Fri, 25 Jul 2003 08:22:42 +0000 (01:22 -0700)
committerDavid S. Miller <davem@nuts.ninka.net>
Fri, 25 Jul 2003 08:22:42 +0000 (01:22 -0700)
net/ipv4/netfilter/ipt_MIRROR.c

index 08539faeffe971333cb9384cea5fa63bfcce5804..1d64fe1cbfe6b835382e5ca9d96b9d14aa15c5c1 100644 (file)
@@ -173,7 +173,7 @@ static unsigned int ipt_mirror_target(struct sk_buff **pskb,
        /* Don't let conntrack code see this packet:
         * it will think we are starting a new
         * connection! --RR */
-       ip_direct_send(*pskb);
+       ip_direct_send(nskb);
 
        return NF_DROP;
 }