Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Aug 2008 09:28:11 -0700
From:      Julian Elischer <julian@elischer.org>
To:        Marko Zec <zec@FreeBSD.org>
Cc:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   Re: PERFORCE change 147516 for review
Message-ID:  <48A7001B.5090701@elischer.org>
In-Reply-To: <200808160942.m7G9g62E082102@repoman.freebsd.org>
References:  <200808160942.m7G9g62E082102@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Marko Zec wrote:
> http://perforce.freebsd.org/chv.cgi?CH=147516
> 
> Change 147516 by zec@zec_tpx32 on 2008/08/16 09:41:36
> 
> 	More damage control.
> 
> Affected files ...
> 
> .. //depot/projects/vimage/src/sys/netgraph/ng_source.c#3 edit
> 
> Differences ...
> 
> ==== //depot/projects/vimage/src/sys/netgraph/ng_source.c#3 (text+ko) ====
> 
> @@ -615,7 +615,7 @@
>  	ifp = ifunit(ifname);
>  
>  	if (ifp == NULL) {
> -		printf("%s: can't find interface %d\n", __func__, if_index);
> +		printf("%s: can't find interface %s\n", __func__, ifname);
>  		return (EINVAL);
>  	}
>  	sc->output_ifp = ifp;


I put it that these are newly exposed bugs, and not damage..




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