9d7254d qemu_driver: Resolve Coverity CONSTANT_EXPRESSION_RESULT

Authored and Committed by John Ferlan 9 years ago
    qemu_driver: Resolve Coverity CONSTANT_EXPRESSION_RESULT
    
    The call to virDomainSnapshotRedefinePrep() had a spurrious ! in front of
    it which caused Coverity to complan that the expression is always false.
    
        
file modified
+2 -2