mirror of https://github.com/BOINC/boinc.git
scheduler: fix crash due to uninitialized var
This commit is contained in:
parent
c647c8d72a
commit
d2c760f102
|
@ -944,6 +944,7 @@ PLAN_CLASS_SPEC::PLAN_CLASS_SPEC() {
|
|||
nthreads_cmdline = false;
|
||||
projected_flops_scale = 1;
|
||||
have_os_regex = false;
|
||||
have_cpu_vendor_regex = false;
|
||||
min_os_version = 0;
|
||||
max_os_version = 0;
|
||||
strcpy(project_prefs_tag, "");
|
||||
|
|
Loading…
Reference in New Issue