From 1d7490a9be55befbda375c9b296154462cb9c1d5 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 11 Jun 2003 23:36:43 +0000 Subject: [PATCH] various svn path=/trunk/boinc/; revision=1400 --- sched/handle_request.C | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sched/handle_request.C b/sched/handle_request.C index 0541830643..27c0dbb696 100644 --- a/sched/handle_request.C +++ b/sched/handle_request.C @@ -403,6 +403,8 @@ int update_host_record(SCHEDULER_REQUEST& sreq, HOST& xhost) { compute_credit_rating(host); + safe_strcpy(host.projects, sreq.projects_xml); + retval = host.update(); if (retval) { sprintf(buf, "host.update() failed: %d\n", retval);