Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322016
b: refs/heads/master
c: 9344a97
h: refs/heads/master
v: v3
  • Loading branch information
Mathias Krause authored and David S. Miller committed Aug 16, 2012
1 parent 762fadc commit a183700
Show file tree
Hide file tree
Showing 2 changed files with 2 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: f9432c5ec8b1e9a09b9b0e5569e3c73db8de432a
refs/heads/master: 9344a972961d1a6d2c04d9008b13617bcb6ec2ef
1 change: 1 addition & 0 deletions trunk/net/bluetooth/rfcomm/sock.c
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,7 @@ static int rfcomm_sock_getname(struct socket *sock, struct sockaddr *addr, int *

BT_DBG("sock %p, sk %p", sock, sk);

memset(sa, 0, sizeof(*sa));
sa->rc_family = AF_BLUETOOTH;
sa->rc_channel = rfcomm_pi(sk)->channel;
if (peer)
Expand Down

0 comments on commit a183700

Please sign in to comment.