diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-06-12 08:21:47 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-06-12 08:21:47 +0000 |
commit | c2fc073bc5d41b4a693680bcc2f7fb9713607017 (patch) | |
tree | a58adb654525b9dca6b8cacfaf8ee7be7175148c /hcid | |
parent | 4da1bf2ef1cf0880b0b2a3b4998de1d2fa5f99f5 (diff) |
Minor whitespace issue
Diffstat (limited to 'hcid')
-rw-r--r-- | hcid/dbus-hci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hcid/dbus-hci.c b/hcid/dbus-hci.c index 05f0c1ae..451de7ca 100644 --- a/hcid/dbus-hci.c +++ b/hcid/dbus-hci.c @@ -888,7 +888,6 @@ static void pincode_cb(struct agent *agent, DBusError *err, const char *pincode, str2ba(device->address, &dba); if (err) { - hci_send_cmd(dev, OGF_LINK_CTL, OCF_PIN_CODE_NEG_REPLY, 6, &dba); goto done; |