From: YOSHIFUJI Hideaki Date: Tue, 24 Apr 2007 11:44:50 +0000 (+0900) Subject: [IPV6] XFRM: Use ip6addr_any where applicable. X-Git-Tag: v2.6.22-rc1~1128^2~53 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=c53b3590bb294a42121b640e8309379752482b38;p=linux-2.6-omap-h63xx.git [IPV6] XFRM: Use ip6addr_any where applicable. Signed-off-by: YOSHIFUJI Hideaki --- diff --git a/net/ipv6/xfrm6_input.c b/net/ipv6/xfrm6_input.c index f30ef16072f..d7ed8aa56ec 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, { struct xfrm_state *x = NULL; int wildcard = 0; - struct in6_addr any; xfrm_address_t *xany; struct xfrm_state *xfrm_vec_one = NULL; int nh = 0; int i = 0; - ipv6_addr_set(&any, 0, 0, 0, 0); - xany = (xfrm_address_t *)&any; + xany = (xfrm_address_t *)&in6addr_any; for (i = 0; i < 3; i++) { xfrm_address_t *dst, *src;