netdev
[Top] [All Lists]

[PATCH] IPv6 IPsec AH typo

To: davem@xxxxxxxxxx
Subject: [PATCH] IPv6 IPsec AH typo
From: Masahide NAKAMURA <nakam@xxxxxxxxxxxxxx>
Date: Thu, 15 Apr 2004 21:02:23 +0900
Cc: netdev@xxxxxxxxxxx, usagi-core@xxxxxxxxxxxxxx
Sender: netdev-bounce@xxxxxxxxxxx
Hello,

this patch fixes a typo. Please apply it.

Thanks,

--- linux-2.6.5.orig/net/ipv6/ah6.c     Sun Apr  4 12:37:36 2004
+++ linux-2.6.5/net/ipv6/ah6.c  Thu Apr 15 20:38:48 2004
@@ -162,7 +162,7 @@
        }
 
        spin_lock_bh(&x->lock);
-       err = xfrm_check_output(x, skb, AF_INET);
+       err = xfrm_check_output(x, skb, AF_INET6);
        if (err)
                goto error;
 



-- 
Masahide NAKAMURA

<Prev in Thread] Current Thread [Next in Thread>