提交 6cc32961 编写于 作者: D David S. Miller

xfrm: Const'ify address argument to xfrm_addr_any()

Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 ff6acd16
......@@ -954,7 +954,7 @@ secpath_reset(struct sk_buff *skb)
}
static inline int
xfrm_addr_any(xfrm_address_t *addr, unsigned short family)
xfrm_addr_any(const xfrm_address_t *addr, unsigned short family)
{
switch (family) {
case AF_INET:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册