On Wed, Dec 03, 2008 at 11:14:28AM -0200, Eduardo Habkost wrote:
> On Tue, Dec 02, 2008 at 10:15:51PM -0800, Chris Wright wrote:
> > * Eduardo Habkost ([EMAIL PROTECTED]) wrote:
> > > +static int brSetInterfaceMtu(brControl *ctl,
> > > +                             const char *bridge,
> > > +                             const char *ifname)
> > > +{
> > > +    int mtu = ifGetMtu(ctl, bridge);
> > > +
> > > +    fprintf(stderr, "mtu: %d\n", mtu);
> > 
> > Is that just a bit of leftover debugging?
> 
> Oops. Updated patch below.

  Okidoc, I commited it, I think the errno passing of the potential
errors is sufficient at this point,

Daniel

-- 
Daniel Veillard      | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
[EMAIL PROTECTED]  | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library  http://libvirt.org/

--
Libvir-list mailing list
Libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to