From 3e4d86eed9a37003b161a1aafb1e98ffa7663449 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 22 Dec 2017 19:59:38 -0800 Subject: [PATCH] create_work(): use the SCHED_CONFIG passed as arg, not the global var --- tools/backend_lib.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/backend_lib.cpp b/tools/backend_lib.cpp index 2716a1fb45..a6ff193af0 100644 --- a/tools/backend_lib.cpp +++ b/tools/backend_lib.cpp @@ -304,7 +304,7 @@ int create_work2( // check for presence of result template. // we don't need to actually look at it. // - const char* p = config.project_path(result_template_filename); + const char* p = config_loc.project_path(result_template_filename); if (!boinc_file_exists(p)) { fprintf(stderr, "create_work: result template file %s doesn't exist\n", p