aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/ipv4.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/dccp/ipv4.c')
-rw-r--r--net/dccp/ipv4.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/dccp/ipv4.c b/net/dccp/ipv4.c
index 656e13e38cfb..1ac3e30ae791 100644
--- a/net/dccp/ipv4.c
+++ b/net/dccp/ipv4.c
@@ -37,7 +37,8 @@ EXPORT_SYMBOL_GPL(dccp_hashinfo);
37 37
38static int dccp_v4_get_port(struct sock *sk, const unsigned short snum) 38static int dccp_v4_get_port(struct sock *sk, const unsigned short snum)
39{ 39{
40 return inet_csk_get_port(&dccp_hashinfo, sk, snum); 40 return inet_csk_get_port(&dccp_hashinfo, sk, snum,
41 inet_csk_bind_conflict);
41} 42}
42 43
43static void dccp_v4_hash(struct sock *sk) 44static void dccp_v4_hash(struct sock *sk)