Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 215244
b: refs/heads/master
c: 6fdf482
h: refs/heads/master
v: v3
  • Loading branch information
Mat Martineau authored and Gustavo F. Padovan committed Oct 12, 2010
1 parent 30415d9 commit a702432
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3d7d01dffec4a6757ed1e3182f01c7ef5caa2539
refs/heads/master: 6fdf482bb3298267816be59d9a3dce29632382d3
3 changes: 3 additions & 0 deletions trunk/net/bluetooth/l2cap.c
Original file line number Diff line number Diff line change
Expand Up @@ -1951,6 +1951,9 @@ static int l2cap_sock_recvmsg(struct kiocb *iocb, struct socket *sock, struct ms

release_sock(sk);

if (sock->type == SOCK_STREAM)
return bt_sock_stream_recvmsg(iocb, sock, msg, len, flags);

return bt_sock_recvmsg(iocb, sock, msg, len, flags);
}

Expand Down

0 comments on commit a702432

Please sign in to comment.