]> xenbits.xensource.com Git - libvirt.git/commit
storage: Rework error paths for virStorageBackendCreateExecCommand
authorJohn Ferlan <jferlan@redhat.com>
Thu, 8 Oct 2015 17:48:14 +0000 (13:48 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 13 Oct 2015 22:03:55 +0000 (18:03 -0400)
commit1059c48180ae888a6c64fd851bdb1ca031fc5502
treef034fa67c488cd2950d4e71b4661e35cff6ed0c0
parent21eb897241d94fc40e4db05baec64ae13b422b12
storage: Rework error paths for virStorageBackendCreateExecCommand

Rework the code in order to use the "ret = -1;" and goto cleanup;
coding style.

Signed-off-by: John Ferlan <jferlan@redhat.com>
src/storage/storage_backend.c