From: Sapan Bhatia Date: Thu, 16 Aug 2007 12:50:59 +0000 (+0000) Subject: fixed typo that broke the kernel build X-Git-Tag: linux-2.6-22-1~28 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=e67ca015bdeda98b8deae78279d399e7524eb02a;hp=a41394cdf15feb3ff01cd6fb03ad095d1bc279d9;p=linux-2.6.git fixed typo that broke the kernel build --- diff --git a/net/netfilter/xt_MARK.c b/net/netfilter/xt_MARK.c index 7a44a85c0..133eb2f07 100644 --- a/net/netfilter/xt_MARK.c +++ b/net/netfilter/xt_MARK.c @@ -142,7 +142,7 @@ target_v1(struct sk_buff **pskb, connection_sk->sk_peercred.gid = connection_sk->sk_peercred.uid = ct->xid[dir]; ct->xid[!dir]=connection_sk->sk_xid; */ - connection_sk->sk_peercred.gid = connection_sk->sk_peercred.uid = connection_skb->sk_xid; + connection_sk->sk_peercred.gid = connection_sk->sk_peercred.uid = connection_sk->sk_xid; if (connection_sk->sk_xid != 0) mark = connection_sk->sk_xid; if (connection_sk != (*pskb)->sk)