Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jul 2005 15:25:27 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 81162 for review
Message-ID:  <200507291525.j6TFPRaj068195@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=81162

Change 81162 by jhb@jhb_slimer on 2005/07/29 15:24:32

	IFC @81160.

Affected files ...

.. //depot/projects/smpng/sys/netgraph/bluetooth/l2cap/ng_l2cap_llpi.c#8 integrate

Differences ...

==== //depot/projects/smpng/sys/netgraph/bluetooth/l2cap/ng_l2cap_llpi.c#8 (text+ko) ====

@@ -28,7 +28,7 @@
  * SUCH DAMAGE.
  *
  * $Id: ng_l2cap_llpi.c,v 1.5 2003/09/08 19:11:45 max Exp $
- * $FreeBSD: src/sys/netgraph/bluetooth/l2cap/ng_l2cap_llpi.c,v 1.8 2005/01/07 01:45:43 imp Exp $
+ * $FreeBSD: src/sys/netgraph/bluetooth/l2cap/ng_l2cap_llpi.c,v 1.9 2005/07/29 14:44:17 emax Exp $
  */
 
 #include <sys/param.h>
@@ -250,7 +250,7 @@
 	/* Create and send LP_ConnectRsp event */
 	NG_MKMESSAGE(rsp, NGM_HCI_COOKIE, NGM_HCI_LP_CON_RSP,
 		sizeof(*rp), M_NOWAIT);
-	if (msg == NULL) {
+	if (rsp == NULL) {
 		ng_l2cap_free_con(con);
 		error = ENOMEM;
 		goto out;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507291525.j6TFPRaj068195>