
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 (ehabkost@redhat.com) 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/ daniel@veillard.com | Rpmfind RPM search engine http://rpmfind.net/ http://veillard.com/ | virtualization library http://libvirt.org/