mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=3473
This commit is contained in:
parent
45d1b0ecf2
commit
c63b8f0e86
|
@ -641,7 +641,7 @@ void process_request(
|
|||
}
|
||||
|
||||
last_rpc_time = reply.host.rpc_time;
|
||||
last_rpc_time_tm = localtime((const time_t*)&reply.host.rpc_time));
|
||||
last_rpc_time_tm = localtime((const time_t*)&reply.host.rpc_time);
|
||||
|
||||
reply.host.rpc_time = time(0);
|
||||
rpm_time_tm = localtime((const time_t*)&reply.host.rpc_time);
|
||||
|
|
Loading…
Reference in New Issue