Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 291103
b: refs/heads/master
c: b3ff53f
h: refs/heads/master
i:
  291101: 5509ed4
  291099: 57f4e7c
  291095: af4f83a
  291087: 2f28307
  291071: 3645cf7
v: v3
  • Loading branch information
Ido Yariv authored and Gustavo F. Padovan committed Mar 8, 2012
1 parent 8005972 commit d5499d1
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: e57d758ae8e8f00e80f233c823aeeef34bd92796
refs/heads/master: b3ff53ff006b7906c88adf9d0fccc06a8877fae1
2 changes: 1 addition & 1 deletion trunk/net/bluetooth/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ static int tk_request(struct l2cap_conn *conn, u8 remote_oob, u8 auth,
remote_io > SMP_IO_KEYBOARD_DISPLAY)
method = JUST_WORKS;
else
method = gen_method[local_io][remote_io];
method = gen_method[remote_io][local_io];

/* If not bonding, don't ask user to confirm a Zero TK */
if (!(auth & SMP_AUTH_BONDING) && method == JUST_CFM)
Expand Down

0 comments on commit d5499d1

Please sign in to comment.