*** empty log message ***

svn path=/trunk/boinc/; revision=3470
This commit is contained in:
Rom Walton 2004-05-29 21:51:57 +00:00
parent 621a117cbe
commit 6e1e477e7f
1 changed files with 2 additions and 2 deletions

View File

@ -643,8 +643,8 @@ void process_request(
last_rpc_time = reply.host.rpc_time; last_rpc_time = reply.host.rpc_time;
reply.host.rpc_time = time(0); reply.host.rpc_time = time(0);
last_rpc_time_tm = localtime(last_rpc_time); last_rpc_time_tm = localtime(&((time_t)last_rpc_time));
rpm_time_tm = localtime(reply.host.rpc_time); rpm_time_tm = localtime(&((time_t)reply.host.rpc_time));
if (last_rpc_time_tm->tm_yday != rpm_time_tm->tm_yday) { if (last_rpc_time_tm->tm_yday != rpm_time_tm->tm_yday) {
reply.host.nresults_today = 0; reply.host.nresults_today = 0;