summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmit Shah <amit.shah@redhat.com>2013-02-11 15:38:11 +0530
committerAmit Shah <amit.shah@redhat.com>2013-02-11 15:38:11 +0530
commit264e4dcfce3d30f700d2c5e222758d54ba2a864f (patch)
tree8214b5052b693f95f6492d7f382cf72a3e894c2e
parentd098bc98d6232404d6e445f2a4752c2c099f9b97 (diff)
downloadtest-virtserial-264e4dcfce3d30f700d2c5e222758d54ba2a864f.tar.gz
test-virtserial-264e4dcfce3d30f700d2c5e222758d54ba2a864f.tar.xz
test-virtserial-264e4dcfce3d30f700d2c5e222758d54ba2a864f.zip
auto-guest: control port is named 'test1' (fix typo)
fix typo in previous commit that used 'test0' instead of 'test1' as the control channel name. Signed-off-by: Amit Shah <amit.shah@redhat.com>
-rw-r--r--auto-virtserial-guest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto-virtserial-guest.c b/auto-virtserial-guest.c
index 53d815d..2b72b31 100644
--- a/auto-virtserial-guest.c
+++ b/auto-virtserial-guest.c
@@ -35,7 +35,7 @@
#include <sys/wait.h>
#include "virtserial.h"
-#define CONTROL_PORT "/dev/virtio-ports/test0"
+#define CONTROL_PORT "/dev/virtio-ports/test1"
#define CONTROL_PORT2 "/dev/vport0p1"
#define MAX_PORTS 10