Re: [libvirt] [PATCHv2] conf: return immediately on error in dhcp host element

2012-03-19 Thread Laine Stump
On 03/19/2012 03:49 PM, Eric Blake wrote: > On 03/19/2012 12:46 PM, Laine Stump wrote: >> If an error was encountered parsing a dhcp host entry mac address or >> name, parsing would continue and log a less descriptive error that >> might make it more difficult to notice the true nature of the probl

Re: [libvirt] [PATCHv2] conf: return immediately on error in dhcp host element

2012-03-19 Thread Eric Blake
On 03/19/2012 12:46 PM, Laine Stump wrote: > If an error was encountered parsing a dhcp host entry mac address or > name, parsing would continue and log a less descriptive error that > might make it more difficult to notice the true nature of the problem. > > This patch returns immediately on logg

[libvirt] [PATCHv2] conf: return immediately on error in dhcp host element

2012-03-19 Thread Laine Stump
If an error was encountered parsing a dhcp host entry mac address or name, parsing would continue and log a less descriptive error that might make it more difficult to notice the true nature of the problem. This patch returns immediately on logging the first error. --- src/conf/network_conf.c |