]> git.ipfire.org Git - thirdparty/libvirt.git/commit
sheepdog: Adjust logic to break while loop to avoid Coverity error
authorJohn Ferlan <jferlan@redhat.com>
Tue, 5 Mar 2013 12:28:04 +0000 (07:28 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Wed, 6 Mar 2013 03:52:51 +0000 (22:52 -0500)
commit80e524de863bc21bd00264ec6467dfff116577dd
tree02d03dfe16a329e3f313c527bf13ab3aceff98cc
parent40e904490f0697a4363f0f3c359231f255d559b9
sheepdog: Adjust logic to break while loop to avoid Coverity error

Change the various "return -1" to "break".  Avoids Coverity error and
perhaps other/future analyzer issues.
src/storage/storage_backend_sheepdog.c