*** empty log message ***

svn path=/trunk/boinc/; revision=1153
This commit is contained in:
David Anderson 2003-04-30 22:08:16 +00:00
parent c5211e38b0
commit c2ec9d8c2c
1 changed files with 2 additions and 1 deletions

View File

@ -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) {