diff options
Diffstat (limited to 'net/bluetooth/hci_event.c')
-rw-r--r-- | net/bluetooth/hci_event.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/bluetooth/hci_event.c b/net/bluetooth/hci_event.c index 2cf28b198b31..f6ea3c734269 100644 --- a/net/bluetooth/hci_event.c +++ b/net/bluetooth/hci_event.c | |||
@@ -1860,7 +1860,6 @@ static void hci_conn_request_evt(struct hci_dev *hdev, struct sk_buff *skb) | |||
1860 | } else { | 1860 | } else { |
1861 | conn->state = BT_CONNECT2; | 1861 | conn->state = BT_CONNECT2; |
1862 | hci_proto_connect_cfm(conn, 0); | 1862 | hci_proto_connect_cfm(conn, 0); |
1863 | hci_conn_drop(conn); | ||
1864 | } | 1863 | } |
1865 | } else { | 1864 | } else { |
1866 | /* Connection rejected */ | 1865 | /* Connection rejected */ |