summaryrefslogtreecommitdiffstats
path: root/auto-virtserial.c
diff options
context:
space:
mode:
Diffstat (limited to 'auto-virtserial.c')
-rw-r--r--auto-virtserial.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/auto-virtserial.c b/auto-virtserial.c
index 244a61f..5ca945b 100644
--- a/auto-virtserial.c
+++ b/auto-virtserial.c
@@ -956,8 +956,6 @@ static int test_console(int nr)
ret = guest_open_port(nr);
err = result(__func__, true, "open",
ret, -ENXIO, 0, OP_EQ, false);
- if (err)
- return err;
}
host_connect_chardev(nr);