From 44f3763ce1a18676f70b109d7a9cc97253144458 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 5 Jun 2014 13:12:23 -0700 Subject: [PATCH] scheduler: compile fix --- sched/sched_locality.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sched/sched_locality.cpp b/sched/sched_locality.cpp index 4f0be6fbdf..7fa829d21e 100644 --- a/sched/sched_locality.cpp +++ b/sched/sched_locality.cpp @@ -293,7 +293,7 @@ static int possibly_send_result(SCHED_DB_RESULT& result) { // this locality scheduler, doesn't support the respective project-specific // preference setting // - if (app_not_selected(wu)) return ERR_NO_APP_VERSION; + if (app_not_selected(wu.appid)) return ERR_NO_APP_VERSION; bavp = get_app_version(wu, true, false);