Re: [libvirt] [PATCH] remote: Fill snapshot argument in remoteDomainSnapshotListAllChildren

2012-08-03 Thread Peter Krempa
On 08/03/12 11:59, Michal Privoznik wrote: On 03.08.2012 11:57, Peter Krempa wrote: The remote driver did not fill the required snapshot parent argument in the RPC call structure that caused a client crash when trying to use this new API. --- src/remote/remote_driver.c |1 + 1 files chang

[libvirt] [PATCH] remote: Fill snapshot argument in remoteDomainSnapshotListAllChildren

2012-08-03 Thread Peter Krempa
The remote driver did not fill the required snapshot parent argument in the RPC call structure that caused a client crash when trying to use this new API. --- src/remote/remote_driver.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/remote/remote_driver.c b/src/remote

Re: [libvirt] [PATCH] remote: Fill snapshot argument in remoteDomainSnapshotListAllChildren

2012-08-03 Thread Michal Privoznik
On 03.08.2012 11:57, Peter Krempa wrote: > The remote driver did not fill the required snapshot parent argument in > the RPC call structure that caused a client crash when trying to use > this new API. > --- > src/remote/remote_driver.c |1 + > 1 files changed, 1 insertions(+), 0 deletions(-)