[libvirt] [PATCH] Fix typo in ocaml_libvirt_storage_vol_get_info

2013-04-17 Thread David Scott
The info.capacity was being overwritten with the info.allocation. Signed-off-by: David Scott dave.sc...@eu.citrix.com --- libvirt/libvirt_c_oneoffs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvirt/libvirt_c_oneoffs.c b/libvirt/libvirt_c_oneoffs.c index

Re: [libvirt] [PATCH] Fix typo in ocaml_libvirt_storage_vol_get_info

2013-04-17 Thread Eric Blake
On 04/17/2013 04:23 AM, David Scott wrote: The info.capacity was being overwritten with the info.allocation. If you will do: git config format.subjectprefix 'ocaml PATCH' then future patches from you will come with a mailing list header of: [libvirt][ocaml PATCH] ... to make it more obvious