Re: [libvirt] [PATCH 1/6] storage: pool: Fix XML indentation in pool source lookup

2014-03-31 Thread Peter Krempa
On 03/28/14 23:07, Eric Blake wrote: On 03/28/2014 04:01 PM, Peter Krempa wrote: The source elements need to be indented from sources elements. --- src/conf/storage_conf.c | 2 ++ 1 file changed, 2 insertions(+) ACK; safe for 1.2.3 Pushed; Thanks. Peter signature.asc Description:

[libvirt] [PATCH 1/6] storage: pool: Fix XML indentation in pool source lookup

2014-03-28 Thread Peter Krempa
The source elements need to be indented from sources elements. --- src/conf/storage_conf.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/conf/storage_conf.c b/src/conf/storage_conf.c index a300476..65504b4 100644 --- a/src/conf/storage_conf.c +++ b/src/conf/storage_conf.c @@ -2006,11

Re: [libvirt] [PATCH 1/6] storage: pool: Fix XML indentation in pool source lookup

2014-03-28 Thread Eric Blake
On 03/28/2014 04:01 PM, Peter Krempa wrote: The source elements need to be indented from sources elements. --- src/conf/storage_conf.c | 2 ++ 1 file changed, 2 insertions(+) ACK; safe for 1.2.3 diff --git a/src/conf/storage_conf.c b/src/conf/storage_conf.c index a300476..65504b4 100644