Always try to load the offset file

If not provided, it will be looked in ovni/clock-offsets.txt
This commit is contained in:
Rodrigo Arias 2022-09-29 16:49:29 +02:00
parent 675c4f9ee8
commit 6169bfc966

3
emu.c
View File

@ -1137,8 +1137,7 @@ emu_init(struct ovni_emu *emu, int argc, char *argv[])
load_metadata(emu);
if(emu->clock_offset_file != NULL)
load_clock_offsets(emu);
load_clock_offsets(emu);
init_threads(emu);
init_cpus(emu);