]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
shunloadtest: Resolve Coverity CHECKED_RETURN error
authorJohn Ferlan <jferlan@redhat.com>
Thu, 16 May 2013 13:50:58 +0000 (09:50 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 21 May 2013 13:22:21 +0000 (09:22 -0400)
commit995bf76d17b8c8cdfa6cc3a30eb86cd8afb55d50
tree713977f7feb2ac31140b4cf8616e324a63f62441
parent01757a46eea61e6226c5fad6d8b8dd9d34e3c5a0
shunloadtest: Resolve Coverity CHECKED_RETURN error

The shunloadStart function didn't check the status of virInitialize which
was flagged by Coverity.  Adjust the function and shunloadtest in order
to handle the situation.
tests/shunloadhelper.c
tests/shunloadtest.c