Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63396
b: refs/heads/master
c: 6dc0c20
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and David S. Miller committed Jul 31, 2007
1 parent 2b97daf commit c22228b
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: 09c7d8293a2d1317d16ef4ddb9f6dd2553d0694e
refs/heads/master: 6dc0c2082b8acf30c9239fbbcc051eebdaf7ecff
2 changes: 1 addition & 1 deletion trunk/net/bluetooth/l2cap.c
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ static int l2cap_sock_listen(struct socket *sock, int backlog)
write_lock_bh(&l2cap_sk_list.lock);

for (psm = 0x1001; psm < 0x1100; psm += 2)
if (!__l2cap_get_sock_by_addr(psm, src)) {
if (!__l2cap_get_sock_by_addr(htobs(psm), src)) {
l2cap_pi(sk)->psm = htobs(psm);
l2cap_pi(sk)->sport = htobs(psm);
err = 0;
Expand Down

0 comments on commit c22228b

Please sign in to comment.