PERFORCE change 179121 for review

Marko Zec zec at FreeBSD.org
Wed Jun 2 22:51:14 UTC 2010


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

Change 179121 by zec at zec_tpx32 on 2010/06/02 22:50:26

	Correct a typo (bad copy / paste)...

Affected files ...

.. //depot/projects/vimage/src/sys/netinet/ip_mroute.c#45 edit

Differences ...

==== //depot/projects/vimage/src/sys/netinet/ip_mroute.c#45 (text+ko) ====

@@ -688,7 +688,7 @@
     MALLOC(V_bw_upcalls, struct bw_upcall *,
 	BW_UPCALLS_MAX * sizeof(struct bw_upcall), M_BWUPCALL,
 	M_NOWAIT|M_ZERO);
-    if (V_bw_meter_timers == NULL) {
+    if (V_bw_upcalls == NULL) {
 	hashdestroy(V_mfchashtbl, M_MRTABLE, V_mfchash);
 	MROUTER_UNLOCK();
 	return (ENOMEM);


More information about the p4-projects mailing list