[libvirt] [PATCH] fix a bug in remoteSerializeTypedParameters

2011-11-16 Thread Hu Tao
This is a fatal typo believed to be very likely to happen when using both i and j at the same time for indexing. --- daemon/remote.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/daemon/remote.c b/daemon/remote.c index 857835e..97c9538 100644 --- a/daemon/remote.c +++

Re: [libvirt] [PATCH] fix a bug in remoteSerializeTypedParameters

2011-11-16 Thread Eric Blake
On 11/16/2011 01:38 AM, Hu Tao wrote: This is a fatal typo believed to be very likely to happen when using both i and j at the same time for indexing. Yep, and thanks for catching it. --- daemon/remote.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git