PERFORCE change 147516 for review
Julian Elischer
julian at elischer.org
Sat Aug 16 16:28:15 UTC 2008
Marko Zec wrote:
> http://perforce.freebsd.org/chv.cgi?CH=147516
>
> Change 147516 by zec at 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..
More information about the p4-projects
mailing list