Fixed typo
authorAndy Bavier <acb@cs.princeton.edu>
Thu, 20 Mar 2008 20:24:42 +0000 (20:24 +0000)
committerAndy Bavier <acb@cs.princeton.edu>
Thu, 20 Mar 2008 20:24:42 +0000 (20:24 +0000)
linux-2.6-520-vnet+.patch

index e282b27..04b0719 100644 (file)
@@ -616,7 +616,7 @@ diff -Nurb linux-2.6.22-510/net/netfilter/xt_MARK.c linux-2.6.22-520/net/netfilt
 +                                      connection_sk = inet_lookup(&tcp_hashinfo, src_ip, src_port, ip, port, dif);
 +                              }
 +                              */
-+                      conncetion_sk = (*pskb)->sk;
++                      connection_sk = (*pskb)->sk;
 +
 +                              if (connection_sk) {
 +                                      connection_sk->sk_peercred.gid = connection_sk->sk_peercred.uid = ct->xid[dir];