Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 246928
b: refs/heads/master
c: cd69a03
h: refs/heads/master
v: v3
  • Loading branch information
Gustavo F. Padovan committed Apr 13, 2011
1 parent 583dbe3 commit add32d7
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: 58d35f87effa0235181a24d55576aaa756ef7312
refs/heads/master: cd69a03af1106c486033df600c7945957ea5abeb
2 changes: 1 addition & 1 deletion trunk/net/bluetooth/l2cap_sock.c
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ static int l2cap_sock_listen(struct socket *sock, int backlog)
goto done;
}

if (!l2cap_pi(sk)->psm && !l2cap_pi(sk)->dcid) {
if (!l2cap_pi(sk)->psm && !l2cap_pi(sk)->scid) {
bdaddr_t *src = &bt_sk(sk)->src;
u16 psm;

Expand Down

0 comments on commit add32d7

Please sign in to comment.