dect
/
linux-2.6
Archived
13
0
Fork 0

xfrm: Const'ify local xfrm_address_t pointers in xfrm_policy_lookup_bytype.

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller 2011-02-24 01:22:48 -05:00
parent b4b7c0b389
commit 0b597e7edf
1 changed files with 1 additions and 1 deletions

View File

@ -894,7 +894,7 @@ static struct xfrm_policy *xfrm_policy_lookup_bytype(struct net *net, u8 type,
{
int err;
struct xfrm_policy *pol, *ret;
xfrm_address_t *daddr, *saddr;
const xfrm_address_t *daddr, *saddr;
struct hlist_node *entry;
struct hlist_head *chain;
u32 priority = ~0U;