diff options
author | Tony Luck <tony.luck@intel.com> | 2005-07-25 15:46:44 -0700 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2005-07-25 15:46:44 -0700 |
commit | 05cb784c81a0fd1f97732156ea464bd392ce875a (patch) | |
tree | 24122979b411dcec6ff390fc9ae84ad9413128e9 /net/ipv4/xfrm4_tunnel.c | |
parent | 3190186362466658f01b2e354e639378ce07e1a9 (diff) | |
parent | 6b6a93c6876ea1c530d5d3f68e3678093a27fab0 (diff) | |
download | kernel_goldelico_gta04-05cb784c81a0fd1f97732156ea464bd392ce875a.zip kernel_goldelico_gta04-05cb784c81a0fd1f97732156ea464bd392ce875a.tar.gz kernel_goldelico_gta04-05cb784c81a0fd1f97732156ea464bd392ce875a.tar.bz2 |
Auto merge with /home/aegl/GIT/linus
Diffstat (limited to 'net/ipv4/xfrm4_tunnel.c')
-rw-r--r-- | net/ipv4/xfrm4_tunnel.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ipv4/xfrm4_tunnel.c b/net/ipv4/xfrm4_tunnel.c index e1fe360..afbb0d4 100644 --- a/net/ipv4/xfrm4_tunnel.c +++ b/net/ipv4/xfrm4_tunnel.c @@ -78,10 +78,9 @@ static int ipip_rcv(struct sk_buff *skb) static void ipip_err(struct sk_buff *skb, u32 info) { struct xfrm_tunnel *handler = ipip_handler; - u32 arg = info; if (handler) - handler->err_handler(skb, &arg); + handler->err_handler(skb, info); } static int ipip_init_state(struct xfrm_state *x) |