Skip to content

Commit

Permalink
qemu: fix incorrect initialisation of exception marker
Browse files Browse the repository at this point in the history
  • Loading branch information
ctheune committed Nov 7, 2024
1 parent b3344e4 commit 001045a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fc/qemu/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -1252,7 +1252,7 @@ def frozen_vm(self):
"""
frozen = False
has_exception = True
has_exception = False
try:
if self.qemu.is_running():
self.log.info("freeze", volume="root")
Expand Down

0 comments on commit 001045a

Please sign in to comment.