aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstore/xs_stress.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xenstore/xs_stress.c')
-rw-r--r--tools/xenstore/xs_stress.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xenstore/xs_stress.c b/tools/xenstore/xs_stress.c
index 9c480b1553..0c257e465b 100644
--- a/tools/xenstore/xs_stress.c
+++ b/tools/xenstore/xs_stress.c
@@ -50,7 +50,7 @@ static void work(unsigned int cycles, unsigned int childnum)
}
if (streq(lockdir, ""))
strcpy(lockdir, "/");
-
+
if (!xs_transaction_start(h, lockdir))
barf_perror("%i: starting transaction %i on %s",
childnum, i, lockdir);