]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
xenapi_driver: fix copy-paste typo
authorPavel Hrdina <phrdina@redhat.com>
Wed, 21 Jan 2015 10:13:31 +0000 (11:13 +0100)
committerPavel Hrdina <phrdina@redhat.com>
Thu, 22 Jan 2015 17:30:18 +0000 (18:30 +0100)
commit828e485bd5dad0d9c49e0c11080db38b3bcc970c
tree7df1621c7da031037b680273b573a623c48a88a0
parentaf1c98e40604e9d3ee6164e01df82e17b99ce562
xenapi_driver: fix copy-paste typo

Clang found that we are passing variable with wrong enum type to
'xenapiCrashExitEnum2virDomainLifecycle' function. This is probably
copy-paste typo as the correct variable exists in the code, but it isn't
used.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
src/xenapi/xenapi_driver.c