Re: [libvirt] [PATCH 07/12] storage: Rework error paths for virStorageBackendCreateExecCommand

2015-10-13 Thread Peter Krempa
On Fri, Oct 09, 2015 at 09:34:06 -0400, John Ferlan wrote: > Rework the code in order to use the "ret = -1;" and goto cleanup; > coding style. > > Signed-off-by: John Ferlan > --- > src/storage/storage_backend.c | 15 ++- > 1 file changed, 10 insertions(+), 5

[libvirt] [PATCH 07/12] storage: Rework error paths for virStorageBackendCreateExecCommand

2015-10-09 Thread John Ferlan
Rework the code in order to use the "ret = -1;" and goto cleanup; coding style. Signed-off-by: John Ferlan --- src/storage/storage_backend.c | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/storage/storage_backend.c