diff options
Diffstat (limited to 'net/dccp/proto.c')
-rw-r--r-- | net/dccp/proto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/proto.c b/net/dccp/proto.c index f97e92ea34f3..f4da6561e40c 100644 --- a/net/dccp/proto.c +++ b/net/dccp/proto.c | |||
@@ -261,7 +261,7 @@ int dccp_sendmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg, | |||
261 | if (rc != 0) | 261 | if (rc != 0) |
262 | goto out_discard; | 262 | goto out_discard; |
263 | 263 | ||
264 | rc = dccp_write_xmit(sk, skb, len); | 264 | rc = dccp_write_xmit(sk, skb, &timeo); |
265 | /* | 265 | /* |
266 | * XXX we don't use sk_write_queue, so just discard the packet. | 266 | * XXX we don't use sk_write_queue, so just discard the packet. |
267 | * Current plan however is to _use_ sk_write_queue with | 267 | * Current plan however is to _use_ sk_write_queue with |