Re: [libvirt] [PATCH] xml: Make sure virXpathNodeSet always sets an error

2011-05-13 Thread Cole Robinson
On 05/12/2011 07:03 PM, Eric Blake wrote: > On 05/12/2011 03:47 PM, Cole Robinson wrote: >> And update callers to actually respect the error >> >> Signed-off-by: Cole Robinson >> --- >> src/conf/domain_conf.c | 38 >> >> src/conf/interface_conf.

Re: [libvirt] [PATCH] xml: Make sure virXpathNodeSet always sets an error

2011-05-12 Thread Eric Blake
On 05/12/2011 03:47 PM, Cole Robinson wrote: > And update callers to actually respect the error > > Signed-off-by: Cole Robinson > --- > src/conf/domain_conf.c | 38 > > src/conf/interface_conf.c | 15 ++--- > src/conf/networ

[libvirt] [PATCH] xml: Make sure virXpathNodeSet always sets an error

2011-05-12 Thread Cole Robinson
And update callers to actually respect the error Signed-off-by: Cole Robinson --- src/conf/domain_conf.c | 38 src/conf/interface_conf.c | 15 ++--- src/conf/network_conf.c|3 ++ src/conf/node_device_conf.c