PERFORCE change 153158 for review

Julian Elischer julian at FreeBSD.org
Tue Nov 18 12:32:18 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=153158

Change 153158 by julian at julian_trafmon1 on 2008/11/18 20:32:06

	wrong arg
	Submitted by:	Quingli

Affected files ...

.. //depot/projects/arp-v2/src/sys/netinet/if_ether.c#10 edit

Differences ...

==== //depot/projects/arp-v2/src/sys/netinet/if_ether.c#10 (text+ko) ====

@@ -649,7 +649,7 @@
 		if (!(la->la_flags & LLE_STATIC)) {
 			la->la_expire = time_uptime + arpt_keep;
 			callout_reset(&la->la_timer, hz * V_arpt_keep,
-			    arptimer, rt);
+			    arptimer, la);
 		}
 		la->la_asked = 0;
 		la->la_preempt = V_arp_maxtries;


More information about the p4-projects mailing list