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

2012-03-19 Thread Eric Blake
On 03/19/2012 11:32 AM, Laine Stump wrote: > If and 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 log

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

2012-03-19 Thread Laine Stump
If and 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 |