]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - net/xfrm/xfrm_policy.c
[XFRM]: remove xerr_idxp from __xfrm_policy_check()
authorJames Morris <jmorris@namei.org>
Fri, 1 Sep 2006 07:32:12 +0000 (00:32 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 22 Sep 2006 22:18:49 +0000 (15:18 -0700)
commitd1d9facfd1b326e0df587c96f0ee55de2ae9f946
treea451927f0a8269ce7a34ca0cb833c0f5d16f2576
parenteb878e84575fbce21d2edb079eada78bfa27023d
[XFRM]: remove xerr_idxp from __xfrm_policy_check()

It seems that during the MIPv6 respin, some code which was originally
conditionally compiled around CONFIG_XFRM_ADVANCED was accidently left
in after the config option was removed.

This patch removes an extraneous pointer (xerr_idxp) which is no
longer needed.

Signed-off-by: James Morris <jmorris@namei.org>
Acked-by: Masahide NAKAMURA <nakam@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/xfrm/xfrm_policy.c