Fio 1.36-rc2
[fio.git] / init.c
diff --git a/init.c b/init.c
index 4bb917235930b53213e21877164e7f294a1d9ef5..6ae78be1ed3e59dca7e5acfc78ada8e88e4c1bc1 100644 (file)
--- a/init.c
+++ b/init.c
@@ -20,7 +20,7 @@
 #include "filehash.h"
 #include "verify.h"
 
-static char fio_version_string[] = "fio 1.35";
+static char fio_version_string[] = "fio 1.36-rc2";
 
 #define FIO_RANDSEED           (0xb1899bedUL)
 
@@ -181,6 +181,8 @@ static struct thread_data *get_new_job(int global, struct thread_data *parent)
        td = &threads[thread_number++];
        *td = *parent;
 
+       td->o.uid = td->o.gid = -1U;
+
        dup_files(td, parent);
        options_mem_dupe(td);