diff --git a/wrenchboard/src/shared_tool/jobs.cc b/wrenchboard/src/shared_tool/jobs.cc index f325d9ea..31548af5 100644 --- a/wrenchboard/src/shared_tool/jobs.cc +++ b/wrenchboard/src/shared_tool/jobs.cc @@ -565,7 +565,7 @@ long WrenchJobsProcessInterest(CVars in, CVars &out) { long interest_id = REQ_LONG(in, "interest_id", 1, -1); - // long interest = REQ_LONG(in, "interest", 1, -1); + long interest = REQ_LONG(in, "interest", 1, -1); //REQ_STRING (in, "offer_code", 1, 15, "(.*)"); //offer_code if (interest == JOB_INTEREST_ACCEPT || interest == JOB_INTEREST_REJECT || interest == JOB_INTEREST_CANCEL) { // is job still valid