Re: [libvirt] [PATCH 06/12] storage_conf: Fix the error type

2013-05-24 Thread Ján Tomko
On 05/22/2013 02:05 PM, Osier Yang wrote: s/VIR_ERR_INTERNAL_ERROR/VIR_ERR_XML_ERROR/. --- src/conf/storage_conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ACK Jan -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] [PATCH 06/12] storage_conf: Fix the error type

2013-05-24 Thread Osier Yang
On 24/05/13 20:05, Ján Tomko wrote: On 05/22/2013 02:05 PM, Osier Yang wrote: s/VIR_ERR_INTERNAL_ERROR/VIR_ERR_XML_ERROR/. --- src/conf/storage_conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ACK Thanks, 1/12 ~ 6/12 are pushed. -- libvir-list mailing list

[libvirt] [PATCH 06/12] storage_conf: Fix the error type

2013-05-22 Thread Osier Yang
s/VIR_ERR_INTERNAL_ERROR/VIR_ERR_XML_ERROR/. --- src/conf/storage_conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf/storage_conf.c b/src/conf/storage_conf.c index 76dae52..efe02e8 100644 --- a/src/conf/storage_conf.c +++ b/src/conf/storage_conf.c @@ -829,7 +829,7