dect
/
linux-2.6
Archived
13
0
Fork 0

[IPV6]: fix implicit declaration of function `xfrm6_tunnel_unregister'

Signed-off-by: Cal Peake <cp@absolutedigital.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Cal Peake 2005-07-24 19:30:06 -07:00 committed by David S. Miller
parent 2c2a68b847
commit 227510c7f1
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {