828e485 xenapi_driver: fix copy-paste typo

Authored and Committed by phrdina 9 years ago
    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>
    
        
file modified
+1 -1