From 264e4dcfce3d30f700d2c5e222758d54ba2a864f Mon Sep 17 00:00:00 2001 From: Amit Shah Date: Mon, 11 Feb 2013 15:38:11 +0530 Subject: 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 --- auto-virtserial-guest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auto-virtserial-guest.c') 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 #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 -- cgit