Merge pull request #8 from schumilo/main

fix protocol race condition
This commit is contained in:
Sergej Schumilo 2022-04-08 09:51:35 +02:00 committed by GitHub
commit 7788b934db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -203,7 +203,7 @@ impl QemuProcess {
} }
}; };
if run_qemu(&mut control).is_err() { if wait_qemu(&mut control).is_err() {
return Err(format!("cannot launch QEMU-Nyx...")); return Err(format!("cannot launch QEMU-Nyx..."));
} }