Skip to content

Commit

Permalink
[IPV6]: fix implicit declaration of function `xfrm6_tunnel_unregister'
Browse files Browse the repository at this point in the history
Signed-off-by: Cal Peake <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Cal Peake authored and davem330 committed Jul 25, 2005
1 parent 2c2a68b commit 227510c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ipv6/ip6_tunnel.c
Original file line number Diff line number Diff line change
Expand Up @@ -1123,7 +1123,7 @@ static inline int ip6ip6_register(void)

static inline int ip6ip6_unregister(void)
{
return xfrm6_tunnel_unregister(&ip6ip6_handler);
return xfrm6_tunnel_deregister(&ip6ip6_handler);
}
#else
static struct inet6_protocol xfrm6_tunnel_protocol = {
Expand Down

0 comments on commit 227510c

Please sign in to comment.