Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349212
b: refs/heads/master
c: b7e98b5
h: refs/heads/master
v: v3
  • Loading branch information
Gustavo Padovan committed Jan 10, 2013
1 parent e829eee commit 6d9a6cc
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: 7b064edae38d62d8587a8c574f93b53ce75ae749
refs/heads/master: b7e98b5100aad9290d7f06fcb9d1e80f7f62f05f
2 changes: 1 addition & 1 deletion trunk/net/bluetooth/sco.c
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ static void __sco_sock_close(struct sock *sk)

case BT_CONNECTED:
case BT_CONFIG:
if (sco_pi(sk)->conn) {
if (sco_pi(sk)->conn->hcon) {
sk->sk_state = BT_DISCONN;
sco_sock_set_timer(sk, SCO_DISCONN_TIMEOUT);
hci_conn_put(sco_pi(sk)->conn->hcon);
Expand Down

0 comments on commit 6d9a6cc

Please sign in to comment.