aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/xfrm6_input.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv6/xfrm6_input.c')
-rw-r--r--net/ipv6/xfrm6_input.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/ipv6/xfrm6_input.c b/net/ipv6/xfrm6_input.c
index f30ef16072f6..d7ed8aa56ec1 100644
--- a/net/ipv6/xfrm6_input.c
+++ b/net/ipv6/xfrm6_input.c
@@ -147,14 +147,12 @@ int xfrm6_input_addr(struct sk_buff *skb, xfrm_address_t *daddr,
147{ 147{
148 struct xfrm_state *x = NULL; 148 struct xfrm_state *x = NULL;
149 int wildcard = 0; 149 int wildcard = 0;
150 struct in6_addr any;
151 xfrm_address_t *xany; 150 xfrm_address_t *xany;
152 struct xfrm_state *xfrm_vec_one = NULL; 151 struct xfrm_state *xfrm_vec_one = NULL;
153 int nh = 0; 152 int nh = 0;
154 int i = 0; 153 int i = 0;
155 154
156 ipv6_addr_set(&any, 0, 0, 0, 0); 155 xany = (xfrm_address_t *)&in6addr_any;
157 xany = (xfrm_address_t *)&any;
158 156
159 for (i = 0; i < 3; i++) { 157 for (i = 0; i < 3; i++) {
160 xfrm_address_t *dst, *src; 158 xfrm_address_t *dst, *src;