From 41149f0327cdba3a00f9ff8439bd65b223a3df23 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Wed, 28 May 2008 16:36:13 +0100 Subject: [PATCH] ioemu: set up all xenstore watches even if there are no VBDs. Signed-off-by: Tim Deegan xen-unstable changeset: 17746:c2fab221b3ece1ecfc0cb2777655e181925fe340 xen-unstable date: Wed May 28 12:22:36 2008 +0100 --- tools/ioemu/xenstore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ioemu/xenstore.c b/tools/ioemu/xenstore.c index 3f04908a2..0921cb93d 100644 --- a/tools/ioemu/xenstore.c +++ b/tools/ioemu/xenstore.c @@ -108,7 +108,7 @@ void xenstore_parse_domain_config(int domid) e = xs_directory(xsh, XBT_NULL, buf, &num); if (e == NULL) - goto out; + num = 0; for (i = 0; i < num; i++) { /* read the backend path */ -- 2.39.5