[Libvirt-cim] [PATCH] Change pools to pool in parse_diskpool_line()

Richard Maciel rmaciel at linux.vnet.ibm.com
Mon May 4 23:05:49 UTC 2009


+1

Kaitlin Rupert wrote:
> # HG changeset patch
> # User Kaitlin Rupert <karupert at us.ibm.com>
> # Date 1241194039 25200
> # Node ID 43b5e7214d1b212568936dd46fa669941e7e00ff
> # Parent  7a0de3babfcc4bd847081ed973b90f57dc1b2651
> Change pools to pool in parse_diskpool_line()
> 
> Signed-off-by: Kaitlin Rupert <karupert at us.ibm.com>
> 
> diff -r 7a0de3babfcc -r 43b5e7214d1b src/Virt_DevicePool.c
> --- a/src/Virt_DevicePool.c	Thu Apr 30 16:09:30 2009 -0700
> +++ b/src/Virt_DevicePool.c	Fri May 01 09:07:19 2009 -0700
> @@ -216,7 +216,7 @@
>                  free(pool->tag);
>                  free(pool->path);
>          }
> -        pools->primordial = false;
> +        pool->primordial = false;
> 
>          return (ret == 2);
>  }
> 
> _______________________________________________
> Libvirt-cim mailing list
> Libvirt-cim at redhat.com
> https://www.redhat.com/mailman/listinfo/libvirt-cim


-- 
Richard Maciel, MSc
IBM Linux Technology Center
rmaciel at linux.vnet.ibm.com




More information about the Libvirt-cim mailing list