Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194850
b: refs/heads/master
c: 0ee0d20
h: refs/heads/master
v: v3
  • Loading branch information
Gustavo F. Padovan authored and Marcel Holtmann committed May 10, 2010
1 parent 0201bf5 commit b21079a
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: f6e6b16823de0aff31cb8ee8c098383e3aceec58
refs/heads/master: 0ee0d20855ae9271de3f6695f4cafc08ab2533bb
3 changes: 3 additions & 0 deletions trunk/net/bluetooth/l2cap.c
Original file line number Diff line number Diff line change
Expand Up @@ -1568,6 +1568,9 @@ static struct sk_buff *l2cap_create_iframe_pdu(struct sock *sk, struct msghdr *m

BT_DBG("sk %p len %d", sk, (int)len);

if (!conn)
return ERR_PTR(-ENOTCONN);

if (sdulen)
hlen += 2;

Expand Down

0 comments on commit b21079a

Please sign in to comment.