mirror of https://github.com/BOINC/boinc.git
parent
506fe3257a
commit
c12b1df84b
|
@ -237,7 +237,7 @@ void add_user() {
|
|||
printf("read_file: %s", global_prefs_file);
|
||||
return;
|
||||
}
|
||||
user.prefs_mod_time = time(0);
|
||||
user.global_prefs_mod_time = time(0);
|
||||
}
|
||||
retval = db_user_new(user);
|
||||
if (retval) {
|
||||
|
|
Loading…
Reference in New Issue