Re: [libvirt] [PATCH 1/3] storage: Fix error path

2016-07-20 Thread Daniel P. Berrange
On Tue, Jul 19, 2016 at 02:27:40PM -0400, John Ferlan wrote: > virStorageBackendCreateQemuImgCheckEncryption didn't return -1 if there > were no secrets. > > Signed-off-by: John Ferlan > --- > src/storage/storage_backend.c | 1 + > 1 file changed, 1 insertion(+) ACK

[libvirt] [PATCH 1/3] storage: Fix error path

2016-07-19 Thread John Ferlan
virStorageBackendCreateQemuImgCheckEncryption didn't return -1 if there were no secrets. Signed-off-by: John Ferlan --- src/storage/storage_backend.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/storage/storage_backend.c b/src/storage/storage_backend.c index