Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232470
b: refs/heads/master
c: 683d949
h: refs/heads/master
v: v3
  • Loading branch information
Lukáš Turek authored and Gustavo F. Padovan committed Jan 19, 2011
1 parent 3e29873 commit 51d6bf8
Show file tree
Hide file tree
Showing 2 changed files with 3 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: e2e0cacbd4b0c7c69c7591d37c243f2363aeaa71
refs/heads/master: 683d949a7fbf33c244670e34d35c460e0d6558cb
3 changes: 2 additions & 1 deletion trunk/net/bluetooth/rfcomm/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1164,7 +1164,8 @@ static int rfcomm_recv_ua(struct rfcomm_session *s, u8 dlci)
* initiator rfcomm_process_rx already calls
* rfcomm_session_put() */
if (s->sock->sk->sk_state != BT_CLOSED)
rfcomm_session_put(s);
if (list_empty(&s->dlcs))
rfcomm_session_put(s);
break;
}
}
Expand Down

0 comments on commit 51d6bf8

Please sign in to comment.