From f23295eba65de7ec214709b0e89668526961df1b Mon Sep 17 00:00:00 2001 From: Andy Bavier Date: Thu, 20 Mar 2008 20:24:42 +0000 Subject: [PATCH] Fixed typo --- linux-2.6-520-vnet+.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-2.6-520-vnet+.patch b/linux-2.6-520-vnet+.patch index e282b277c..04b0719dc 100644 --- a/linux-2.6-520-vnet+.patch +++ b/linux-2.6-520-vnet+.patch @@ -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]; -- 2.43.0