Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255840
b: refs/heads/master
c: 94ac027
h: refs/heads/master
v: v3
  • Loading branch information
Anderson Lizardo authored and Gustavo F. Padovan committed Jun 13, 2011
1 parent 54cdac6 commit 07c9e8f
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: da85e5e5afeb72bb6e6b5192a2d252861fafc3e7
refs/heads/master: 94ac02726cb87dd569bac4536f33e4b696b692eb
2 changes: 1 addition & 1 deletion trunk/net/bluetooth/mgmt.c
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,7 @@ static int remove_key(struct sock *sk, u16 index, unsigned char *data, u16 len)

put_unaligned_le16(conn->handle, &dc.handle);
dc.reason = 0x13; /* Remote User Terminated Connection */
err = hci_send_cmd(hdev, HCI_OP_DISCONNECT, 0, NULL);
err = hci_send_cmd(hdev, HCI_OP_DISCONNECT, sizeof(dc), &dc);
}

unlock:
Expand Down

0 comments on commit 07c9e8f

Please sign in to comment.