fio: Eliminate compilation warning in ppc
[fio.git] / server.c
index 077dce5c349f67efec5c76a6371e89e2a2a4724f..8865502520cb7f1fe2a8315bf8c9c79c54e346a7 100644 (file)
--- a/server.c
+++ b/server.c
@@ -555,6 +555,7 @@ static int handle_run_cmd(struct flist_head *job_list, struct fio_net_cmd *cmd)
        pid_t pid;
        int ret;
 
+       fio_time_init();
        set_genesis_time();
 
        pid = fork();