mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=3470
This commit is contained in:
parent
621a117cbe
commit
6e1e477e7f
|
@ -643,8 +643,8 @@ void process_request(
|
|||
last_rpc_time = reply.host.rpc_time;
|
||||
reply.host.rpc_time = time(0);
|
||||
|
||||
last_rpc_time_tm = localtime(last_rpc_time);
|
||||
rpm_time_tm = localtime(reply.host.rpc_time);
|
||||
last_rpc_time_tm = localtime(&((time_t)last_rpc_time));
|
||||
rpm_time_tm = localtime(&((time_t)reply.host.rpc_time));
|
||||
|
||||
if (last_rpc_time_tm->tm_yday != rpm_time_tm->tm_yday) {
|
||||
reply.host.nresults_today = 0;
|
||||
|
|
Loading…
Reference in New Issue