fixed typo that broke the kernel build
authorSapan Bhatia <sapanb@cs.princeton.edu>
Thu, 16 Aug 2007 12:50:59 +0000 (12:50 +0000)
committerSapan Bhatia <sapanb@cs.princeton.edu>
Thu, 16 Aug 2007 12:50:59 +0000 (12:50 +0000)
net/netfilter/xt_MARK.c

index 7a44a85..133eb2f 100644 (file)
@@ -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)