Re: [libvirt] [PATCH] incorrect error message in virDomainNetDefParseXML

2009-10-01 Thread Mark McLoughlin
On Wed, 2009-09-30 at 18:57 +0200, Daniel Veillard wrote: > On Wed, Sep 30, 2009 at 05:51:07PM +0100, Mark McLoughlin wrote: > > On Wed, 2009-09-30 at 16:41 +0200, Florian Vichot wrote: > > > When declaring a tag, needs a > > > "bridge" attribute, but the parser complains about a missing "dev" >

Re: [libvirt] [PATCH] incorrect error message in virDomainNetDefParseXML

2009-09-30 Thread Daniel Veillard
On Wed, Sep 30, 2009 at 05:51:07PM +0100, Mark McLoughlin wrote: > On Wed, 2009-09-30 at 16:41 +0200, Florian Vichot wrote: > > When declaring a tag, needs a > > "bridge" attribute, but the parser complains about a missing "dev" > > attribute. > > > > Florian > > > diff --git a/src/conf/domain_

Re: [libvirt] [PATCH] incorrect error message in virDomainNetDefParseXML

2009-09-30 Thread Daniel Veillard
On Wed, Sep 30, 2009 at 04:41:38PM +0200, Florian Vichot wrote: > When declaring a tag, needs a > "bridge" attribute, but the parser complains about a missing "dev" > attribute. Okay, trivial, applied, thanks ! Daniel -- Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.o

Re: [libvirt] [PATCH] incorrect error message in virDomainNetDefParseXML

2009-09-30 Thread Mark McLoughlin
On Wed, 2009-09-30 at 16:41 +0200, Florian Vichot wrote: > When declaring a tag, needs a > "bridge" attribute, but the parser complains about a missing "dev" > attribute. > > Florian > diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c > index 868e865..86da022 100644 > --- a/src/conf/

[libvirt] [PATCH] incorrect error message in virDomainNetDefParseXML

2009-09-30 Thread Florian Vichot
When declaring a tag, needs a "bridge" attribute, but the parser complains about a missing "dev" attribute. Florian diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index 868e865..86da022 100644 --- a/src/conf/domain_conf.c +++ b/src/conf/domain_conf.c @@ -1112,7 +1112,7 @@ virDomain