Commit e91d89ce authored by Harald Welte's avatar Harald Welte Committed by David S. Miller

[NETFILTER]: Fix typo in ipt_MIRROR.c

parent 3b5d5728
...@@ -173,7 +173,7 @@ static unsigned int ipt_mirror_target(struct sk_buff **pskb, ...@@ -173,7 +173,7 @@ static unsigned int ipt_mirror_target(struct sk_buff **pskb,
/* Don't let conntrack code see this packet: /* Don't let conntrack code see this packet:
* it will think we are starting a new * it will think we are starting a new
* connection! --RR */ * connection! --RR */
ip_direct_send(*pskb); ip_direct_send(nskb);
return NF_DROP; return NF_DROP;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment