Skip to content

Commit

Permalink
qvm-start-daemon: remove manual call on_connection_established
Browse files Browse the repository at this point in the history
  • Loading branch information
fepitre committed Apr 23, 2024
1 parent 27e7af5 commit afc583d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions qubesadmin/tools/qvm_start_daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -857,8 +857,6 @@ def main():
for qube in launcher.app.domains:

Check warning on line 857 in qubesadmin/tools/qvm_start_daemon.py

View check run for this annotation

Codecov / codecov/patch

qubesadmin/tools/qvm_start_daemon.py#L857

Added line #L857 was not covered by tests
if qube.name == "dom0":
continue
launcher.on_connection_established(
qube, _event="connection-established")

fd = os.open(

Check warning on line 861 in qubesadmin/tools/qvm_start_daemon.py

View check run for this annotation

Codecov / codecov/patch

qubesadmin/tools/qvm_start_daemon.py#L859-L861

Added lines #L859 - L861 were not covered by tests
args.pidfile,
Expand Down

0 comments on commit afc583d

Please sign in to comment.