View | Details | Raw Unified | Return to bug 255872
Collapse All | Expand All

(-)b/sys/netgraph/bluetooth/hci/ng_hci_evnt.c (+1 lines)
Lines 528-533 static int le_connection_complete(ng_hci_unit_p unit, struct mbuf *event) Link Here
528
		if (error != 0) {
528
		if (error != 0) {
529
			ng_hci_con_untimeout(con);
529
			ng_hci_con_untimeout(con);
530
			ng_hci_free_con(con);
530
			ng_hci_free_con(con);
531
			goto out;
531
		}
532
		}
532
533
533
	} else if ((error = ng_hci_con_untimeout(con)) != 0)
534
	} else if ((error = ng_hci_con_untimeout(con)) != 0)

Return to bug 255872