Bluetooth: SMP: Remove redundant ';'
Change-Id: I889b1768c40b630e00c9856630001dbf7557abba Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
parent
9d7552f8f6
commit
563fdd784b
1 changed files with 1 additions and 1 deletions
|
@ -3720,7 +3720,7 @@ int bt_smp_sign(struct bt_conn *conn, struct net_buf *buf)
|
|||
BT_ERR("Unable to create signature for %s",
|
||||
bt_addr_le_str(&conn->le.dst));
|
||||
return -EIO;
|
||||
};
|
||||
}
|
||||
|
||||
keys->local_csrk.cnt++;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue