From c2ec9d8c2c7ea802d1bbc382673917a20d9a3f88 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 30 Apr 2003 22:08:16 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=1153 --- sched/handle_request.C | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sched/handle_request.C b/sched/handle_request.C index f30ae688af..d2158cdc10 100644 --- a/sched/handle_request.C +++ b/sched/handle_request.C @@ -177,7 +177,8 @@ int authenticate_user(SCHEDULER_REQUEST& sreq, SCHEDULER_REPLY& reply) { strcpy(reply.message_priority, "low"); sprintf(buf, "can't find host %d\n", sreq.hostid); write_log(buf); - return -1; + sreq.hostid = 0; + goto new_host; } retval = boinc_db_user(reply.host.userid, reply.user); if (retval) {