Re: 8.0-BETA2: mi_startup() panic on VIA C7 diskless

From: Julian Elischer <julian_at_elischer.org>
Date: Tue, 11 Aug 2009 15:21:28 -0700
Ed Schouten wrote:
> * Kip Macy <kmacy_at_freebsd.org> wrote:
>> http://people.freebsd.org/~kmacy/flowtable_boot.patch
> 
> +	if ((V_flowtable_enable == 0) || (V_flowtable_ready == 0)
> 
> should probably read:
> 
> +	if (V_flowtable_enable == 0 || V_flowtable_ready == 0)
> 
> Right?
> 


I prefer the first, with an extra closing paren.
Received on Tue Aug 11 2009 - 20:21:30 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:53 UTC