]> xenbits.xensource.com Git - libvirt.git/commit
scsi: Clean up createVport exit paths
authorJohn Ferlan <jferlan@redhat.com>
Fri, 18 Nov 2016 12:19:28 +0000 (07:19 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Wed, 4 Jan 2017 22:09:59 +0000 (17:09 -0500)
commit79ab093518ffd07724eb0f8950a07b81d878e9b3
treeeb5cec14c1a2299eb6174a672b3a2cca79a3da91
parent8b629a3c01b8c5e148f8bbe3776f19150784cf80
scsi: Clean up createVport exit paths

Use the ret = -1, goto cleanup, etc. rather than current hodgepodge.

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