Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279255
b: refs/heads/master
c: f9c3123
h: refs/heads/master
i:
  279253: ccdf7d8
  279251: ab8285e
  279247: 0863de1
v: v3
  • Loading branch information
Gustavo F. Padovan committed Dec 16, 2011
1 parent 701bd06 commit df54c73
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: dc8ed672caaab054caf62557e46dfed08848a85f
refs/heads/master: f9c3123b5a7c9585902927b14983e6635aca00c6
2 changes: 1 addition & 1 deletion trunk/net/bluetooth/l2cap_sock.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ static int l2cap_sock_connect(struct socket *sock, struct sockaddr *addr, int al
chan->psm = la.l2_psm;
chan->dcid = la.l2_cid;

err = l2cap_chan_connect(l2cap_pi(sk)->chan);
err = l2cap_chan_connect(chan);
if (err)
goto done;

Expand Down

0 comments on commit df54c73

Please sign in to comment.