diff options
Diffstat (limited to 'net/ipv6/udp.c')
| -rw-r--r-- | net/ipv6/udp.c | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/net/ipv6/udp.c b/net/ipv6/udp.c index e0693fffc9b..09687f7a856 100644 --- a/net/ipv6/udp.c +++ b/net/ipv6/udp.c @@ -879,15 +879,13 @@ do_confirm:  	goto out;  } -int udpv6_destroy_sock(struct sock *sk) +void udpv6_destroy_sock(struct sock *sk)  {  	lock_sock(sk);  	udp_v6_flush_pending_frames(sk);  	release_sock(sk);  	inet6_destroy_sock(sk); - -	return 0;  }  /*  |