summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ioriot/src/options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ioriot/src/options.c b/ioriot/src/options.c
index 01a5375..3808170 100644
--- a/ioriot/src/options.c
+++ b/ioriot/src/options.c
@@ -24,7 +24,7 @@ options_s *options_new()
o->wd_base = "/usr/local/ioriot";
o->num_workers = 4;
o->num_threads_per_worker = 128;
- o->user = "mcuser";
+ o->user = "nobody";
o->name = "test0";
o->init = false;
o->replay = false;