PERFORCE change 179439 for review

John Baldwin jhb at FreeBSD.org
Thu Jun 10 20:55:10 UTC 2010


http://p4web.freebsd.org/@@179439?ac=10

Change 179439 by jhb at jhb_jhbbsd on 2010/06/10 20:54:36

	IFC @179437

Affected files ...

.. //depot/projects/smpng/sys/net80211/ieee80211_hwmp.c#7 integrate

Differences ...

==== //depot/projects/smpng/sys/net80211/ieee80211_hwmp.c#7 (text+ko) ====

@@ -28,7 +28,7 @@
  */ 
 #include <sys/cdefs.h>
 #ifdef __FreeBSD__
-__FBSDID("$FreeBSD: src/sys/net80211/ieee80211_hwmp.c,v 1.11 2010/06/01 14:13:59 rpaulo Exp $");
+__FBSDID("$FreeBSD: src/sys/net80211/ieee80211_hwmp.c,v 1.12 2010/06/10 20:40:38 rpaulo Exp $");
 #endif
 
 /*
@@ -707,9 +707,10 @@
 	rtorig = ieee80211_mesh_rt_find(vap, preq->preq_origaddr);
 	if (rtorig == NULL)
 		rtorig = ieee80211_mesh_rt_add(vap, preq->preq_origaddr);
-	if (rtorig == NULL)
+	if (rtorig == NULL) {
 		/* XXX stat */
 		return;
+	}
 	hrorig = IEEE80211_MESH_ROUTE_PRIV(rtorig, struct ieee80211_hwmp_route);
 	/*
 	 * Sequence number validation.


More information about the p4-projects mailing list