Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263525
b: refs/heads/master
c: 6be6b11
h: refs/heads/master
i:
  263523: 16df98e
v: v3
  • Loading branch information
Chen Ganir authored and Gustavo F. Padovan committed Aug 11, 2011
1 parent ac314cb commit 35d47a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a71a0cf4e9cdb1c43843977a1efc43f96f6efc21
refs/heads/master: 6be6b11f006840ba7d8d4b959b3fa0c522f8468a
2 changes: 1 addition & 1 deletion trunk/net/bluetooth/l2cap_sock.c
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@ static struct sock *l2cap_sock_alloc(struct net *net, struct socket *sock, int p
INIT_LIST_HEAD(&bt_sk(sk)->accept_q);

sk->sk_destruct = l2cap_sock_destruct;
sk->sk_sndtimeo = msecs_to_jiffies(L2CAP_CONN_TIMEOUT);
sk->sk_sndtimeo = L2CAP_CONN_TIMEOUT;

sock_reset_flag(sk, SOCK_ZAPPED);

Expand Down

0 comments on commit 35d47a2

Please sign in to comment.